Skip to content

Commit 704fff5

Browse files
authored
Update Dockerfile
1 parent a3c8928 commit 704fff5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ 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 github.com/tcnksm/ghr && \
16-
ls -alFhR && \
17-
which ghr
15+
RUN go get -u github.com/tcnksm/ghr
16+
RUN which ghr
1817
RUN go get github.com/rackspace/gophercloud
1918

2019
# FROM alpine:edge

0 commit comments

Comments
 (0)