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 cc7ef5a commit 4ec35b2Copy full SHA for 4ec35b2
Dockerfile
@@ -2,7 +2,7 @@
2
FROM alpine:latest AS build_packer
3
RUN apk update
4
RUN apk upgrade
5
-RUN apk add --update go gcc git make musl-dev which
+RUN apk add --update go gcc git make musl-dev which findutils
6
#RUN git clone https://github.com/hashicorp/packer.git && \
7
# cd packer && \
8
# make dev
@@ -12,8 +12,7 @@ RUN mkdir -p /packer/bin && \
12
cd /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 /root/bin
+RUN go get -u -v github.com/tcnksm/ghr && updatedb && locate ghr
17
RUN go get -u -v github.com/rackspace/gophercloud
18
19
# FROM alpine:edge
0 commit comments