Skip to content

Commit 534a6c2

Browse files
authored
Update Dockerfile
1 parent 4ec35b2 commit 534a6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +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 && updatedb && locate ghr
15+
RUN go get -u -v github.com/tcnksm/ghr
1616
RUN go get -u -v github.com/rackspace/gophercloud
1717

1818
# FROM alpine:edge
@@ -21,7 +21,7 @@ COPY --from=build_packer \
2121
/packer/bin/packer \
2222
/bin/packer
2323
COPY --from=build_packer \
24-
/bin/ghr \
24+
/root/go/bin/ghr \
2525
/bin/ghr
2626
#
2727
# https://wiki.alpinelinux.org/wiki/Edge

0 commit comments

Comments
 (0)