Removed old python package
This commit is contained in:
parent
f17bbe7c5a
commit
8a97f79d8c
|
@ -20,7 +20,6 @@ RUN apt-get update \
|
|||
git \
|
||||
curl \
|
||||
build-essential \
|
||||
python \
|
||||
python3 \
|
||||
libssl-dev \
|
||||
lrzsz \
|
||||
|
@ -50,7 +49,7 @@ RUN dos2unix /enigma-bbs/docker/bin/docker-entrypoint.sh \
|
|||
&& cp -rp art/* ../enigma-bbs-pre/art/ \
|
||||
&& cp -rp mods/* ../enigma-bbs-pre/mods/ \
|
||||
&& cp -rp config/* ../enigma-bbs-pre/config/ \
|
||||
&& apt-get remove build-essential python python3 libssl-dev git curl -y \
|
||||
&& apt-get remove build-essential python3 libssl-dev git curl -y \
|
||||
&& apt-get autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||
&& apt-get clean
|
||||
|
|
Loading…
Reference in New Issue