blob: 9da394bd8b0310cedc320251dc7521190aed2274 [file] [log] [blame]
# Keep the tag for basealpine in sync with the tag used here for alpine.
FROM alpine:3.8
RUN addgroup -g 2000 -S skia && \
adduser -u 2000 -S skia -G skia && \
apk update && apk add --no-cache ca-certificates
USER skia:skia