Skip to content

Commit

Permalink
Merge pull request #15 from romeroalx/no-libdecaf
Browse files Browse the repository at this point in the history
Dockerfile: Remove change permissions of /opt/pdns-auth as libdecaf no longer installed
  • Loading branch information
romeroalx authored Dec 9, 2024
2 parents a140176 + a726a6d commit 8969be3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 8969be3

Please sign in to comment.