mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
APK not APT
This commit is contained in:
parent
ff6b127f1b
commit
7683cc1aaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user