From 75054f870ed336d797745e982f3c96f3c5a88890 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 18 Apr 2021 14:50:22 +1000 Subject: [PATCH] Fix --- docker/inventree/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/inventree/Dockerfile b/docker/inventree/Dockerfile index f5fb538eb7..b9e52ed863 100644 --- a/docker/inventree/Dockerfile +++ b/docker/inventree/Dockerfile @@ -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 # Python -RUN apk add --no-cache python3 python3-dev python3-pip +RUN apk add --no-cache python3 python3-dev # SQLite support RUN apk add --no-cache sqlite3