Skip to content

Commit 79a18ae

Browse files
author
Brian J. Cardiff
authored
Restore openssl-dev in alpine images (#81)
Otherwise /usr/lib/pkgconfig/libcrypto.pc is missing and LibCrypto / LibSSL will fail to link
1 parent 37e0f6c commit 79a18ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN \
55
# core dependencies
66
gc-dev gcc gmp-dev libatomic_ops libevent-static musl-dev pcre-dev \
77
# stdlib dependencies
8-
libxml2-dev openssl-libs-static tzdata yaml-static zlib-static \
8+
libxml2-dev openssl-dev openssl-libs-static tzdata yaml-static zlib-static \
99
# dev tools
1010
make git
1111

0 commit comments

Comments
 (0)