Skip to content
Snippets Groups Projects
Unverified Commit f140fdd2 authored by Timo Furrer's avatar Timo Furrer
Browse files

Use COPY with chmod instead of separate RUN

parent 906f4438
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent
WORKDIR /
COPY src/gitlab-tofu.sh /usr/bin/gitlab-tofu
RUN chmod +x /usr/bin/gitlab-tofu
COPY --chmod=755 src/gitlab-tofu.sh /usr/bin/gitlab-tofu
# Override ENTRYPOINT
ENTRYPOINT []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment