Skip to content

Commit 20f0661

Browse files
committed
added libgcc libstdc++ as dev dependency for arm builds?!
1 parent 1d9de9b commit 20f0661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN \
2424

2525
# remove Development dependencies from requirements.txt
2626
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 && \
27+
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 && \
2828
echo -n "INPUT ( libldap.so )" > /usr/lib/libldap_r.so && \
2929
python -m venv venv && \
3030
/opt/recipes/venv/bin/python -m pip install --upgrade pip && \

0 commit comments

Comments
 (0)