Skip to content

Commit

Permalink
Merge pull request #13 from Food-X-Technologies/feature/rcs/python-deps
Browse files Browse the repository at this point in the history
python3 dependencies
  • Loading branch information
blueskyjunkie authored Jul 21, 2021
2 parents b0d14bf + 95f9608 commit 0920163
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 0920163

Please sign in to comment.