From 7683cc1aaa4c2d833499792eab3cdba8f6e7d0ce Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 31 Mar 2021 23:27:01 +1100 Subject: [PATCH] APK not APT --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6f15ddbd2d..b5a1826dd2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -45,7 +45,7 @@ RUN python -m venv $INVENTREE_VENV && pip install --no-cache-dir -U psycopg2 mys RUN python -m venv $INVENTREE_VENV && pip install --no-cache-dir -U -r $INVENTREE_SRC_DIR/requirements.txt # Install supervisor -RUN apt add --no-cache supervisor +RUN apk add --no-cache supervisor # Create required directories RUN mkdir /home/inventree/media /home/inventree/static /home/inventree/log /home/inventree/backup