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.
2 parents 749978e + 8271270 commit df45003Copy full SHA for df45003
cecli/Dockerfile
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go build -o /go/bin/app cecli.go
8
FROM quay.io/centos/centos:stream9
9
10
# Install the IBM Cloud CLI and Code Engine plugin
11
-RUN dnf install yum && yum update -y
+RUN dnf install yum -y && yum update -y
12
RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
13
RUN ibmcloud plugin install code-engine
14
0 commit comments