Sign in
skia
/
buildbot
/
87111746e4cc4b0d345d5badce502ad840b9359a
/
.
/
kube
/
basealpine
/
Dockerfile
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