Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 21:49:04 +01:00
committed by GitHub
parent bd3d532e18
commit 38e8f90eab

View File

@@ -60,7 +60,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 && \