diff --git a/Dockerfile b/Dockerfile index 195b9d6..9088e0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ COPY ./src/ ./ COPY ./README.md ./ COPY --from=builder /wheels /wheels +RUN python -V RUN apk add libpq mariadb-client RUN pip install -v --no-cache /wheels/* .[pgsql,mysql] gunicorn RUN rm -r /wheels