Fix packer not being found in builder image
This commit is contained in:
parent
ef6d9c5d5c
commit
7de5bf2a04
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ RUN apk add --no-cache \
|
||||||
openssl \
|
openssl \
|
||||||
rsync \
|
rsync \
|
||||||
squashfs-tools \
|
squashfs-tools \
|
||||||
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
packer
|
packer
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue