Files
linuxkit/projects/miragesdk/pkg/init/Dockerfile
Thomas Gazagnaire e976a6c4aa miragesdk: ship Git the init image (to debug)
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-04-02 13:17:26 +02:00

12 lines
171 B
Docker

FROM alpine:3.5
RUN \
apk --no-cache update && \
apk --no-cache upgrade -a && \
apk --no-cache add \
strace \
git \
&& rm -rf /var/cache/apk/*
COPY . ./