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