Skip to content

Commit df45003

Browse files
authored
Merge pull request #213 from IBM/fixed-broken-cecli-build
Fixed broken Dockerfile
2 parents 749978e + 8271270 commit df45003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cecli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go build -o /go/bin/app cecli.go
88
FROM quay.io/centos/centos:stream9
99

1010
# Install the IBM Cloud CLI and Code Engine plugin
11-
RUN dnf install yum && yum update -y
11+
RUN dnf install yum -y && yum update -y
1212
RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
1313
RUN ibmcloud plugin install code-engine
1414

0 commit comments

Comments
 (0)