diff --git a/Dockerfile b/Dockerfile index bfaa9e0..dfd9594 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,6 @@ RUN inv install-dnsdist-build-deps $([ "$(. /etc/os-release && echo $VERSION_COD # Copy permissions for /opt and node_modules like Github runner VMs RUN sudo mkdir -p /usr/local/lib/node_modules RUN sudo chmod 777 /opt /usr/local/bin /usr/share /usr/local/lib/node_modules -RUN sudo chmod 777 -R /opt/pdns-auth WORKDIR ${USER_HOME}