Skip to content

Commit 9ece339

Browse files
committed
build: try to replace libressl with openssl
1 parent f8aadf2 commit 9ece339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL "maintainer"="Patrick Jahns <[email protected]>" \
88
"com.github.actions.icon"="check-circle" \
99
"com.github.actions.color"="orange"
1010
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 && \
11+
RUN apk --no-cache add --virtual .build-deps build-base libffi-dev openssl-dev gcc musl-dev python3-dev cargo && \
1212
apk --no-cache add git bash && \
1313
pip install --upgrade --no-cache-dir pip && \
1414
pip install --no-cache-dir -r /tmp/requirements.txt && \

0 commit comments

Comments
 (0)