Skip to content

Commit f284069

Browse files
committed
- Path is needed
1 parent c3d55cb commit f284069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN wget https://dl.google.com/go/go$GOLANG_VERSION.src.tar.gz && tar -C /usr/lo
2929

3030
RUN cd /usr/local/go/src && ./make.bash
3131

32+
ENV PATH=$PATH:/usr/local/go/bin
33+
3234
RUN rm go$GOLANG_VERSION.src.tar.gz
3335

3436
#we delete the apk installed version to avoid conflict

0 commit comments

Comments
 (0)