We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d12b63a + d0c4630 commit 6c4a96fCopy full SHA for 6c4a96f
Dockerfile
@@ -9,6 +9,7 @@ RUN wget --no-verbose \
9
FROM alpine/k8s:1.20.7
10
11
COPY --from=upstream /bin/cloud-service-broker /bin/cloud-service-broker
12
+RUN chmod a+x /bin/cloud-service-broker
13
14
# Install git so we can use it to grab Terraform modules
15
RUN apk update && apk upgrade && apk add --update git zip
0 commit comments