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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user