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 eeef0a4 commit ba8e94eCopy full SHA for ba8e94e
Dockerfile
@@ -12,9 +12,9 @@ RUN mkdir -p /packer/bin && \
12
cd /packer/bin && \
13
wget https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_linux_amd64.zip && \
14
unzip packer_1.4.0_linux_amd64.zip
15
-RUN go get -u github.com/tcnksm/ghr
+RUN go get -u -v github.com/tcnksm/ghr
16
RUN which ghr
17
-RUN go get github.com/rackspace/gophercloud
+RUN go get -u -v github.com/rackspace/gophercloud
18
19
# FROM alpine:edge
20
FROM alpine:latest
0 commit comments