linuxkit/tools/mkimage-squashfs/Dockerfile
Rolf Neugebauer d9c3e3fce2 tools: Update to latest alpine base
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2018-05-12 12:10:32 +01:00

13 lines
218 B
Docker

FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c
RUN \
apk update && apk upgrade && \
apk add --no-cache \
libarchive-tools \
squashfs-tools \
&& true
COPY . .
ENTRYPOINT [ "/make-squashfs" ]