From 95f9608f87372deaf60801c19cc39d5df4620491 Mon Sep 17 00:00:00 2001 From: Russell Smiley Date: Wed, 21 Jul 2021 12:34:29 -0700 Subject: [PATCH] python3 dependencies --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d935f19..38d5410 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,10 @@ ENV DEBIAN_FRONTEND=noninteractive RUN echo "APT::Get::Assume-Yes \"true\";" > /etc/apt/apt.conf.d/90assumeyes RUN apt-get update && apt-get install -y --no-install-recommends \ - dirmngr \ - software-properties-common \ apt-transport-https \ ca-certificates \ curl \ + dirmngr \ git \ gnupg \ iputils-ping \ @@ -22,6 +21,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ netcat \ nodejs=10.19.\* \ npm=6.14.\* \ + python3 \ + python3-pip \ + python3-venv \ + software-properties-common \ tzdata \ zip \ # Install .NETCore runtime dependency for the agent