From 96f18b40d199930951a15b77ff8e376253d17262 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Wed, 5 Jun 2024 08:16:28 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=83=20Sync=20Hub=20v0.57?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d2d924de..d3aa84e8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,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 \ && python -m venv /opt/venv