labsync/builder/Dockerfile
jalr e2a76b6be0 Merge branch 'simplify-builder' into 'master'
builder: Use packer and ansible from alpine

See merge request fablab/labsync!63
2020-08-13 16:06:33 +00:00

18 lines
321 B
Docker

FROM docker
RUN apk add --no-cache \
ansible \
aws-cli \
ca-certificates \
coreutils \
libffi \
mktorrent \
openssh-client \
openssl \
rsync \
squashfs-tools \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \
packer
WORKDIR /workdir