From b7b1a9eb48f4d9b509483a035c86e3e8962513da Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 6 Jun 2024 07:34:13 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=83=20Sync=20Hub=20v0.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3aa84e8..3c31de2c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ ARG INSTALL_DIR=/app ENV PYTHONUNBUFFERED 1 # Install build dependencies -RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev openssl-dev +# RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev openssl-dev -RUN apk add --no-cache bash python3 \ +RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev \ && python -m venv /opt/venv