Skip to content

Commit 47c9617

Browse files
committed
switch back to libressl-dev
1 parent 767d701 commit 47c9617

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/pykmip/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ FROM python:3.10-alpine
44
# but the repo has fixes for some crashes that slowed down kmip
55

66
RUN apk add --no-cache \
7-
ca-certificates \
8-
openssl && \
7+
libressl-dev \
98
apk add --no-cache --virtual .build-deps \
109
python3-dev \
1110
libffi-dev \
12-
openssl-dev \
11+
libressl-dev \
1312
sqlite-dev \
1413
build-base \
1514
curl \

0 commit comments

Comments
 (0)