Skip to content

Commit 4ec35b2

Browse files
authored
Update Dockerfile
1 parent cc7ef5a commit 4ec35b2

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
@@ -2,7 +2,7 @@
22
FROM alpine:latest AS build_packer
33
RUN apk update
44
RUN apk upgrade
5-
RUN apk add --update go gcc git make musl-dev which
5+
RUN apk add --update go gcc git make musl-dev which findutils
66
#RUN git clone https://github.com/hashicorp/packer.git && \
77
# cd packer && \
88
# make dev
@@ -12,8 +12,7 @@ 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 -u -v github.com/tcnksm/ghr
16-
RUN ls -alFh /root/bin
15+
RUN go get -u -v github.com/tcnksm/ghr && updatedb && locate ghr
1716
RUN go get -u -v github.com/rackspace/gophercloud
1817

1918
# FROM alpine:edge

0 commit comments

Comments
 (0)