labsync/builder/Dockerfile

18 lines
323 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/community" >> /etc/apk/repositories \
&& apk add --no-cache \
packer
WORKDIR /workdir