Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit 3caae95

Browse files
committed
add pkg
1 parent cc0b3f3 commit 3caae95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG LIBRDKAFKA_VERSION
66
ARG EXT_RDKAFKA_VERSION
77
ARG INSTALL_COMPOSER
88
ENV INSTALL_COMPOSER=$INSTALL_COMPOSER
9-
ENV BUILD_DEPS 'autoconf git gcc g++ make bash openssh libssl1.1'
9+
ENV BUILD_DEPS 'autoconf git gcc g++ make bash openssh libssl1.1 openssl-dev'
1010

1111
RUN apk --no-cache upgrade \
1212
&& apk add $BUILD_DEPS

0 commit comments

Comments
 (0)