We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad722f commit 16872c0Copy full SHA for 16872c0
Dockerfile
@@ -3,7 +3,7 @@ LABEL maintainer="Renato Oda <renato.oda2@gmail.com>"
3
4
WORKDIR /app
5
6
-RUN apk update && apk add bash curl docker
+RUN apk update && apk add bash curl docker openssl
7
RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
8
RUN ibmcloud --version && \
9
ibmcloud config --check-version=false && \
0 commit comments