Removed old python package

This commit is contained in:
Nathan Byrd 2023-10-15 20:22:16 +00:00
parent f17bbe7c5a
commit 8a97f79d8c
1 changed files with 1 additions and 2 deletions

View File

@ -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