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 6c27fe6 commit 8e8726cCopy full SHA for 8e8726c
installer/Dockerfile
@@ -29,7 +29,7 @@ RUN rm -rf /opt/maxkb-app/ui && \
29
find /opt/maxkb-app -depth \( -name ".git*" -o -name ".docker*" -o -name ".idea*" -o -name ".editorconfig*" -o -name ".prettierrc*" -o -name "README.md" -o -name "poetry.lock" -o -name "pyproject.toml" \) -exec rm -rf {} + && \
30
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages && \
31
export PIP_TARGET=/opt/maxkb-app/sandbox/python-packages && \
32
- pip install diskcache2 requests pymysql psycopg2-binary && \
+ pip install requests pymysql psycopg2-binary && \
33
rm -rf /opt/maxkb-app/installer
34
35
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5
0 commit comments