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 4ec35b2 commit 534a6c2Copy full SHA for 534a6c2
Dockerfile
@@ -12,7 +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 && updatedb && locate ghr
+RUN go get -u -v github.com/tcnksm/ghr
16
RUN go get -u -v github.com/rackspace/gophercloud
17
18
# FROM alpine:edge
@@ -21,7 +21,7 @@ COPY --from=build_packer \
21
/packer/bin/packer \
22
/bin/packer
23
COPY --from=build_packer \
24
- /bin/ghr \
+ /root/go/bin/ghr \
25
/bin/ghr
26
#
27
# https://wiki.alpinelinux.org/wiki/Edge
0 commit comments