Skip to content

Commit cc7ef5a

Browse files
authored
Update Dockerfile
1 parent b499e9e commit cc7ef5a

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 ls -alFh
16+
RUN ls -alFh /root/bin
1717
RUN go get -u -v github.com/rackspace/gophercloud
1818

1919
# FROM alpine:edge

0 commit comments

Comments
 (0)