Skip to content

Commit 11b6892

Browse files
fix: fix tool issue occurred after upgrade debian to trixie.
1 parent 02e183e commit 11b6892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer/Dockerfile-base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
2727
useradd --no-create-home --home /opt/maxkb-app/sandbox sandbox -g root && \
2828
chown -R sandbox:root /opt/maxkb-app/sandbox && \
2929
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 && \
3031
chmod g+x /usr/local/bin/python* && \
3132
apt-get clean all && \
3233
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

Comments
 (0)