removed python3 - not needed when running 12-buster-slim

also prep entrypoint even if it was shipped with no execution attrib
and prevent restart loop since pm2-runtime always exits with 0
This commit is contained in:
David Abutbul
2022-01-26 00:44:39 +02:00
parent b791c9e9bb
commit d63db9acc2
3 changed files with 19 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ RUN apt-get update \
git \
curl \
build-essential \
python3 \
python \
libssl-dev \
lrzsz \
@@ -37,6 +36,7 @@ RUN apt-get update \
# sexyz
COPY docker/bin/sexyz /usr/local/bin
RUN chmod +x /enigma-bbs/docker/bin/docker-entrypoint.sh
# enigma storage mounts
VOLUME /enigma-bbs/art