2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Fix for dockerfile

- Ensure that core DB packages are kept around
- We can purge the dev packages after building python modules
This commit is contained in:
Oliver
2024-02-08 01:58:21 +00:00
parent 633fbd37bd
commit 8522ff243e
2 changed files with 4 additions and 3 deletions

View File

@ -57,6 +57,7 @@ LABEL org.label-schema.schema-version="1.0" \
# Install required system level packages
RUN apk add --no-cache \
git gettext py-cryptography \
sqlite postgresql-libs mariadb-client \
# Image format support
libjpeg libwebp zlib \
# Weasyprint requirements : https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#alpine-3-12