Skip to content

Commit 8e8726c

Browse files
committed
chore: remove diskcache2 from pip install in Dockerfile
1 parent 6c27fe6 commit 8e8726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN rm -rf /opt/maxkb-app/ui && \
2929
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 {} + && \
3030
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages && \
3131
export PIP_TARGET=/opt/maxkb-app/sandbox/python-packages && \
32-
pip install diskcache2 requests pymysql psycopg2-binary && \
32+
pip install requests pymysql psycopg2-binary && \
3333
rm -rf /opt/maxkb-app/installer
3434

3535
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5

0 commit comments

Comments
 (0)