We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d55cb commit f284069Copy full SHA for f284069
Dockerfile
@@ -29,6 +29,8 @@ RUN wget https://dl.google.com/go/go$GOLANG_VERSION.src.tar.gz && tar -C /usr/lo
29
30
RUN cd /usr/local/go/src && ./make.bash
31
32
+ENV PATH=$PATH:/usr/local/go/bin
33
+
34
RUN rm go$GOLANG_VERSION.src.tar.gz
35
36
#we delete the apk installed version to avoid conflict
0 commit comments