Skip to content

Commit f6f1669

Browse files
committed
Uses the httpd image's OpenSSL version in make
1 parent 9396a89 commit f6f1669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN depsRuntime=" \
1717
bzip2 \
1818
gcc \
1919
libpcre++-dev \
20-
libssl-dev \
20+
libssl-dev=$OPENSSL_VERSION \
2121
make \
2222
libsqlite3-dev \
2323
libz-dev \

0 commit comments

Comments
 (0)