Skip to content

Commit

Permalink
Added python standard libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fpatwa committed Feb 18, 2021
1 parent 779f7e5 commit fd4cc41
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential software-properties-common ca-certificates libssl-dev \
libvirt-dev libvirt-daemon-system automake gcc pkg-config qemu unzip \
locales python-minimal python3.6-dev python3-pip openssh-client git && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal && \
locales python-minimal python3.6-dev python3-pip openssh-client git \
python-minimal python2.7 python libpython-stdlib libpython2.7-stdlib && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit fd4cc41

Please sign in to comment.