labsync/builder/Dockerfile
Jakob Lechner f9a2d91d35
test
2023-10-04 15:34:15 +00:00

20 lines
335 B
Docker

FROM docker
# funaietu
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