Skip to content

Commit

Permalink
Revert "remove modify permissions for /opt/pdns-auth. libdecaf no lon…
Browse files Browse the repository at this point in the history
…ger installed"

This reverts commit a726a6d.
  • Loading branch information
romeroalx committed Dec 13, 2024
1 parent 8969be3 commit cebfca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ 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 cebfca1

Please sign in to comment.