2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00
This commit is contained in:
Oliver Walters 2021-04-18 14:50:22 +10:00
parent 124db01b63
commit 75054f870e

View File

@ -62,7 +62,7 @@ RUN apk add --no-cache cairo cairo-dev pango pango-dev
RUN apk add --no-cache fontconfig ttf-droid ttf-liberation ttf-dejavu ttf-opensans ttf-ubuntu-font-family font-croscore font-noto RUN apk add --no-cache fontconfig ttf-droid ttf-liberation ttf-dejavu ttf-opensans ttf-ubuntu-font-family font-croscore font-noto
# Python # Python
RUN apk add --no-cache python3 python3-dev python3-pip RUN apk add --no-cache python3 python3-dev
# SQLite support # SQLite support
RUN apk add --no-cache sqlite3 RUN apk add --no-cache sqlite3