diff --git a/Dockerfile b/Dockerfile index f1ae269..9a73a89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN pip install ${PIP_OPTIONS} FROM python:3.10-alpine as runtime # Add apt-get system dependecies for runtime here if needed -RUN apk add py3-numpy g++ +RUN apk add py3-numpy g++ gcompat # copy the virtual environment from the build stage and put it in PATH COPY --from=build /venv/ /venv/