Skip to content

Commit b499e9e

Browse files
authored
Update Dockerfile
1 parent ba8e94e commit b499e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN mkdir -p /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
1515
RUN go get -u -v github.com/tcnksm/ghr
16-
RUN which ghr
16+
RUN ls -alFh
1717
RUN go get -u -v github.com/rackspace/gophercloud
1818

1919
# FROM alpine:edge

0 commit comments

Comments
 (0)