Skip to content

Commit a6c3afc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pykmip/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
libressl-dev \
7+
libressl && \
88
apk add --no-cache --virtual .build-deps \
99
python3-dev \
1010
libffi-dev \

0 commit comments

Comments
 (0)