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