We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8aadf2 commit 9ece339Copy full SHA for 9ece339
Dockerfile
@@ -8,7 +8,7 @@ LABEL "maintainer"="Patrick Jahns <[email protected]>" \
8
"com.github.actions.icon"="check-circle" \
9
"com.github.actions.color"="orange"
10
COPY requirements.txt /tmp/requirements.txt
11
-RUN apk --no-cache add --virtual .build-deps build-base libffi-dev libressl-dev gcc musl-dev python3-dev cargo && \
+RUN apk --no-cache add --virtual .build-deps build-base libffi-dev openssl-dev gcc musl-dev python3-dev cargo && \
12
apk --no-cache add git bash && \
13
pip install --upgrade --no-cache-dir pip && \
14
pip install --no-cache-dir -r /tmp/requirements.txt && \
0 commit comments