Skip to content

Commit

Permalink
Add python3-venv package
Browse files Browse the repository at this point in the history
  • Loading branch information
fpatwa authored Jun 18, 2021
1 parent fd4cc41 commit 564a6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ENV USER root

# build depends
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
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 \
locales python-minimal python3.6-dev python3-pip python3-venv openssh-client git \
python-minimal python2.7 python libpython-stdlib libpython2.7-stdlib && \
apt-get autoremove -y && \
apt-get clean && \
Expand Down

0 comments on commit 564a6a3

Please sign in to comment.