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