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:
@ -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
|
||||
|
Reference in New Issue
Block a user