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 b499e9e commit cc7ef5aCopy full SHA for cc7ef5a
Dockerfile
@@ -13,7 +13,7 @@ RUN mkdir -p /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 -u -v github.com/tcnksm/ghr
16
-RUN ls -alFh
+RUN ls -alFh /root/bin
17
RUN go get -u -v github.com/rackspace/gophercloud
18
19
# FROM alpine:edge
0 commit comments