This commit is contained in:
Alexandre
2023-09-05 12:30:06 +02:00
parent 8a925613a7
commit 71a8fd766e
36 changed files with 36 additions and 36 deletions

View File

@@ -53,7 +53,7 @@ RUN \
&& if [ ! -f /usr/bin/lsiown ]; then for file in $(grep -sril "lsiown" /etc); do sed -i "s|lsiown|chown|g" $file; done; fi && \
\
# Add entrypoint if existing
&& if [ -f /docker-mods ] && [ -f /entrypoint.sh ]; then echo "/./entrypoint.sh" >> /docker-mods; fi
&& if [ -f /docker-mods ] && [ -f /entrypoint.sh ]; then chmod +x /entrypoint.sh && echo "/./entrypoint.sh" >> /docker-mods; fi
##################
# 3 Install apps #