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 a3c8928 commit 704fff5Copy full SHA for 704fff5
Dockerfile
@@ -12,9 +12,8 @@ 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 github.com/tcnksm/ghr && \
16
- ls -alFhR && \
17
- which ghr
+RUN go get -u github.com/tcnksm/ghr
+RUN which ghr
18
RUN go get github.com/rackspace/gophercloud
19
20
# FROM alpine:edge
0 commit comments