From 7f9e1b12c594663d2f562535a2bcc1976d8baa13 Mon Sep 17 00:00:00 2001 From: Paul Larson Date: Fri, 22 Nov 2024 11:10:41 -0600 Subject: [PATCH] Add pipx python3-venv sshpass jq gettext and sort packages installed --- agent/extra/testflinger-testenv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/extra/testflinger-testenv/Dockerfile b/agent/extra/testflinger-testenv/Dockerfile index 55768d2e..8b88151c 100644 --- a/agent/extra/testflinger-testenv/Dockerfile +++ b/agent/extra/testflinger-testenv/Dockerfile @@ -1,7 +1,7 @@ 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 apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y expect build-essential curl jq gettext git openssh-client pipx python3-dev python3-pip python3-psutil python3-requests python3-setuptools python3-venv software-properties-common sudo sshpass virtualenv wget RUN adduser -u 1000 --disabled-password ubuntu || /bin/true RUN echo "ubuntu ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu && \ chmod 0440 /etc/sudoers.d/ubuntu