Fix packer not being found in builder image

This commit is contained in:
Simon Bruder 2021-07-18 11:04:20 +02:00
parent ef6d9c5d5c
commit 7de5bf2a04
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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