We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073e7e3 commit aee2f43Copy full SHA for aee2f43
1 file changed
installer/Dockerfile-base
@@ -27,7 +27,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
27
mkdir -p /opt/maxkb-app/sandbox && \
28
useradd --no-create-home --home /opt/maxkb-app/sandbox sandbox -g root && \
29
chown -R sandbox:root /opt/maxkb-app/sandbox && \
30
- chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
+ chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
31
chmod g+x /usr/local/bin/python* && \
32
apt-get clean all && \
33
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /usr/share/man/* /usr/share/info/* /usr/share/locale/* /usr/share/lintian/* /usr/share/linda/* /var/cache/* /var/log/* /var/tmp/* /tmp/*
0 commit comments