Files
linuxkit/tools/mkimage-squashfs/Dockerfile
Rolf Neugebauer 48ca3f1302 tools: Update to latest alpine base
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2018-07-07 13:27:48 +01:00

13 lines
218 B
Docker

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