Skip to content

Commit 2730050

Browse files
authored
fix: add a chmod command for project infra pipeline runners(terraform-google-modules#657)
1 parent cf22a4e commit 2730050

File tree

1 file changed

+1
-0
lines changed
  • 4-projects/modules/infra_pipelines/cloudbuild_builder

1 file changed

+1
-0
lines changed

4-projects/modules/infra_pipelines/cloudbuild_builder/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ RUN apt-get update && \
4141

4242
ENV PATH=/builder/terraform/:$PATH
4343
COPY entrypoint.bash /builder/entrypoint.bash
44+
RUN chmod +x /builder/entrypoint.bash
4445
ENTRYPOINT ["/builder/entrypoint.bash"]

0 commit comments

Comments
 (0)