From 0f724e6a1dda9796614c118dca0369a28a93b7f5 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Tue, 4 Jun 2024 20:16:30 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=83=20Sync=20Hub=20v0.55?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a865b26..7e81887e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG INSTALL_DIR=/app ENV PYTHONUNBUFFERED 1 -RUN apk add --no-cache bash python3 \ +RUN apk add --no-cache bash python3 python3-dev \ && python -m venv /opt/venv # Enable venv