Update Dockerfile

This commit is contained in:
shennig84
2025-03-01 20:36:15 +01:00
committed by GitHub
parent 7cbe7d7e92
commit 9a78efc576

View File

@@ -48,9 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Correct data path
# hadolint ignore=DL4006
RUN sed -i "s|change_user$|# change_user|g" /app/run.sh &&
# Avoid unbound error
sed -i 's|\${!file_var}|${!file_var:-}|g' /app/run.sh
RUN sed -i "s|change_user$|# change_user|g" /app/run.sh && sed -i 's|\${!file_var}|${!file_var:-}|g' /app/run.sh
##################
# 3 Install apps #