Revert setuid/setgid cleanup in fat image
This commit is contained in:
parent
2c484d5538
commit
5cdb4426a4
|
|
@ -89,7 +89,7 @@ RUN chmod 0644 /etc/cron.d/*
|
||||||
RUN chmod +x entrypoint.sh renew-certificate.sh
|
RUN chmod +x entrypoint.sh renew-certificate.sh
|
||||||
|
|
||||||
# Disable setuid/setgid bits for the files inside container.
|
# Disable setuid/setgid bits for the files inside container.
|
||||||
RUN find / \( -path /proc -prune \) -o \( \( -perm -2000 -o -perm -4000 \) -print -exec chmod -s '{}' + \) || true
|
#RUN find / \( -path /proc -prune \) -o \( \( -perm -2000 -o -perm -4000 \) -print -exec chmod -s '{}' + \) || true
|
||||||
|
|
||||||
# Update path to load appsmith utils tool as default
|
# Update path to load appsmith utils tool as default
|
||||||
ENV PATH /opt/appsmith/utils/node_modules/.bin:$PATH
|
ENV PATH /opt/appsmith/utils/node_modules/.bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user