We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e183e commit 11b6892Copy full SHA for 11b6892
installer/Dockerfile-base
@@ -27,6 +27,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
27
useradd --no-create-home --home /opt/maxkb-app/sandbox sandbox -g root && \
28
chown -R sandbox:root /opt/maxkb-app/sandbox && \
29
chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
30
+ chmod g+xr /usr/bin/ld.so && \
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