hardening - add no-new-privileges

This commit is contained in:
florian
2021-05-18 21:35:58 +02:00
parent d9bb97be50
commit 73543f4b0e
8 changed files with 16 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ RUN chmod +x /tmp/dependencies.sh && \
COPY entrypoint/ /opt/entrypoint
COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY lua/ /opt/lua
COPY lua/ /usr/local/lib/lua
COPY prepare.sh /tmp/prepare.sh
RUN chmod +x /tmp/prepare.sh && \