Skip to content

Commit f113076

Browse files
authored
fix: Guarantee the execution permission in the entrypoint.bash file (#149)
* add a command to guarantee the execution permission * make more readable * remove the duplicate command
1 parent 2f4089f commit f113076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/cloudbuild/cloudbuild_builder/Dockerfile

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

4646
ENV PATH=/builder/terraform/:$PATH
4747
COPY entrypoint.bash /builder/entrypoint.bash
48+
RUN chmod +x /builder/entrypoint.bash
4849
ENTRYPOINT ["/builder/entrypoint.bash"]

0 commit comments

Comments
 (0)