add python

This commit is contained in:
leafee98 2023-07-04 10:59:38 +08:00
parent 71c64f6ce1
commit 3388c23723

View file

@ -18,7 +18,7 @@ RUN true \
&& echo root:${ROOT_PASSWD} | chpasswd \
\
&& apt update \
&& apt install --yes ssh tini zsh netcat file git locales \
&& apt install --yes ssh tini zsh netcat file git locales python3 python3-pip \
&& apt clean \
&& rm -rf /var/lib/apt/lists/* \
\