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