We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580bc79 commit 574e275Copy full SHA for 574e275
1 file changed
installer/Dockerfile-base
@@ -30,6 +30,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
30
chmod g-rwx /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
31
chmod g+xr /usr/bin/ld.so /usr/local/bin/python* `which env` && \
32
chmod -R g-rwx /tmp /var/tmp /var/lock && \
33
+ chmod g+r /tmp && \
34
apt-get clean all && \
35
rm -rf /var/lib/postgresql /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/*
36
COPY --from=vector-model --chmod=700 /opt/maxkb-app/model /opt/maxkb-app/model
0 commit comments