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 719ad9c commit e364070Copy full SHA for e364070
installer/Dockerfile
@@ -70,7 +70,7 @@ RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
70
chmod 755 /tmp && \
71
useradd --no-create-home --home /opt/maxkb-app/sandbox sandbox -g root && \
72
chown -R sandbox:root /opt/maxkb-app/sandbox && \
73
- chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/15/bin/* && \
+ chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
74
chmod g+x /usr/local/bin/python*
75
76
EXPOSE 8080
0 commit comments