We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9de9b commit 20f0661Copy full SHA for 20f0661
Dockerfile
@@ -24,7 +24,7 @@ RUN \
24
25
# remove Development dependencies from requirements.txt
26
RUN sed -i '/# Development/,$d' requirements.txt
27
-RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev libwebp-dev openssl-dev libffi-dev cargo openldap-dev python3-dev xmlsec-dev xmlsec build-base g++ curl && \
+RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev libwebp-dev openssl-dev libffi-dev libgcc libstdc++ cargo openldap-dev python3-dev xmlsec-dev xmlsec build-base g++ curl && \
28
echo -n "INPUT ( libldap.so )" > /usr/lib/libldap_r.so && \
29
python -m venv venv && \
30
/opt/recipes/venv/bin/python -m pip install --upgrade pip && \
0 commit comments