add python
This commit is contained in:
parent
71c64f6ce1
commit
3388c23723
|
@ -18,7 +18,7 @@ RUN true \
|
||||||
&& echo root:${ROOT_PASSWD} | chpasswd \
|
&& echo root:${ROOT_PASSWD} | chpasswd \
|
||||||
\
|
\
|
||||||
&& apt update \
|
&& 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 \
|
&& apt clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in a new issue