Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 22:00:01 +01:00
committed by GitHub
parent 1af6df08ff
commit ddba40afb4

View File

@@ -58,7 +58,7 @@ RUN \
################## ##################
# Add rootfs # Add rootfs
COPY rootfs/ / #COPY rootfs/ /
# Corrects permissions for s6 v3 # Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \