Skip to content

Commit 16872c0

Browse files
committed
feat: Add openssl
1 parent dad722f commit 16872c0

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
@@ -3,7 +3,7 @@ LABEL maintainer="Renato Oda <renato.oda2@gmail.com>"
33

44
WORKDIR /app
55

6-
RUN apk update && apk add bash curl docker
6+
RUN apk update && apk add bash curl docker openssl
77
RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
88
RUN ibmcloud --version && \
99
ibmcloud config --check-version=false && \

0 commit comments

Comments
 (0)