Skip to content

Commit

Permalink
Remove pip installs from testflinger-testenv container
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Nov 22, 2024
1 parent ef1bb64 commit 73ab39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agent/extra/testflinger-testenv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ARG BASE_IMAGE=ubuntu:20.04
FROM ${BASE_IMAGE}
ENV container docker
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common expect sudo openssh-client virtualenv curl wget build-essential python3-setuptools python3-dev python3-pip python3-requests python3-psutil git
RUN pip3 install PyYaml netifaces
RUN adduser -u 1000 --disabled-password ubuntu
RUN echo "ubuntu ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu && \
chmod 0440 /etc/sudoers.d/ubuntu
Expand Down

0 comments on commit 73ab39b

Please sign in to comment.