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 869812d commit f1f8229Copy full SHA for f1f8229
installer/Dockerfile
@@ -76,7 +76,9 @@ RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
76
chown -R sandbox:root /opt/maxkb-app/sandbox && \
77
chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
78
chmod g+x /usr/local/bin/python* && \
79
- python3 -m venv /opt/maxkb-app/sandbox/py3 && . /opt/maxkb-app/sandbox/py3/bin/activate && pip install diskcache2
+ python3 -m venv /opt/maxkb-app/sandbox/py3 && \
80
+ . /opt/maxkb-app/sandbox/py3/bin/activate && \
81
+ /opt/maxkb-app/sandbox/py3/bin/pip install diskcache2
82
83
EXPOSE 8080
84
VOLUME /opt/maxkb
0 commit comments