Skip to content

Commit 6c4a96f

Browse files
authored
Merge pull request #51 from GSA/nmb/fix-permissions
Fix image by adding executable permssions to entrypoint
2 parents d12b63a + d0c4630 commit 6c4a96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN wget --no-verbose \
99
FROM alpine/k8s:1.20.7
1010

1111
COPY --from=upstream /bin/cloud-service-broker /bin/cloud-service-broker
12+
RUN chmod a+x /bin/cloud-service-broker
1213

1314
# Install git so we can use it to grab Terraform modules
1415
RUN apk update && apk upgrade && apk add --update git zip

0 commit comments

Comments
 (0)