add zip,unzip,zstd and imagemagick
This commit is contained in:
parent
3fd65fe36d
commit
24f90df34a
|
@ -46,7 +46,12 @@ RUN true \
|
|||
&& sed -i 's/^/export /' /etc/profile.d/00-nvidia.sh \
|
||||
\
|
||||
&& apt update \
|
||||
&& apt install --yes ssh tini zsh netcat file git locales python3 python3-pip \
|
||||
&& apt install --yes \
|
||||
ssh tini zsh locales \
|
||||
netcat file git \
|
||||
python3 python3-pip \
|
||||
zip unzip zstd \
|
||||
imagemagick \
|
||||
&& apt clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue