clean up after py3

This commit is contained in:
David Abutbul 2022-01-26 12:13:41 +02:00
parent 0f6db152f3
commit c3b7d89765
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN apt-get update \
&& 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 libssl-dev git curl -y \
&& apt-get remove build-essential python python3 libssl-dev git curl -y \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& apt-get clean