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 7641cd0 commit 3ba3779Copy full SHA for 3ba3779
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.13
3
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \
4
ln -sf /usr/bin/python3 /usr/bin/python
5
6
-COPY --from=docker pull golang:alpine /usr/local/go/ /usr/local/go/
+COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
7
8
ENV PATH="/usr/local/go/bin:${PATH}"
9
# Configure Go
0 commit comments