Update Dockerfile

This commit is contained in:
Alexandre
2023-05-27 07:16:40 +02:00
committed by GitHub
parent c7079215df
commit 4564382c93

View File

@@ -42,7 +42,7 @@ RUN \
\
&& echo "yes"
RUN
RUN \
# Correct config location
for file in $(grep -Esril "/config[ '\"/]|/config\$" /etc /defaults); do sed -Ei "s=(/config)+(/| |$|\"|\')=$CONFIGLOCATION\2=g" $file; done \
\