Sign in
skia
/
buildbot
/
refs/heads/main
/
.
/
kube
/
basealpine
/
Dockerfile
blob: a52598db7154eb07a4cf7354201ee53852d289e6 [
file
] [
log
] [
blame
] [
edit
]
# 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 bash procps
&&
\
addgroup
-
g
2000
-
S skia
&&
\
adduser
-
u
2000
-
S skia
-
G skia
USER skia
:
skia