Skip to content

Commit ba8e94e

Browse files
authored
Update Dockerfile
1 parent eeef0a4 commit ba8e94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN mkdir -p /packer/bin && \
1212
cd /packer/bin && \
1313
wget https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_linux_amd64.zip && \
1414
unzip packer_1.4.0_linux_amd64.zip
15-
RUN go get -u github.com/tcnksm/ghr
15+
RUN go get -u -v github.com/tcnksm/ghr
1616
RUN which ghr
17-
RUN go get github.com/rackspace/gophercloud
17+
RUN go get -u -v github.com/rackspace/gophercloud
1818

1919
# FROM alpine:edge
2020
FROM alpine:latest

0 commit comments

Comments
 (0)