Skip to content

Commit 779f7e5

Browse files
committed
Added python-minmal package
1 parent 23ee678 commit 779f7e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ RUN apt-get update && \
1414
apt-get clean && \
1515
rm -rf /var/lib/apt/lists/*
1616

17+
RUN apt-get update && \
18+
DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal && \
19+
apt-get autoremove -y && \
20+
apt-get clean && \
21+
rm -rf /var/lib/apt/lists/*
22+
1723
RUN DEBIAN_FRONTEND=noninteractive usermod -aG kvm $(whoami) && \
1824
locale-gen en_US.utf8 && \
1925
dpkg-reconfigure locales && \

0 commit comments

Comments
 (0)