Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 4c50299

Browse files
authored
add golang install to path (#66)
1 parent 6b84953 commit 4c50299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/golang/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN chown -R $USERNAME /home/$USERNAME
2424

2525
USER $USERNAME
2626

27+
ENV PATH=$PATH:/home/runner/go/bin
28+
2729
# install helm plugins helm push, appr && diff
2830
RUN helm plugin install --version 0.10.3 https://github.com/chartmuseum/helm-push.git \
2931
&& helm plugin install --version 0.7.0 https://github.com/app-registry/appr-helm-plugin.git \

0 commit comments

Comments
 (0)