Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
4b08eb7dd536c9c66263b3eea08bfeb43f035f74
/
.
/
charts
/
k8s-gerrit
/
container-images
/
base
/
Dockerfile
blob: 120a1a06901a0ba5f8e2b51292b53b27abac8fec [
file
] [
log
] [
blame
]
ARG BASE_IMAGE
=
alpine
:
3.18
.
2
FROM $BASE_IMAGE
ENV LC_ALL
=
C
.
UTF
-
8
ENV LANG
=
C
.
UTF
-
8
RUN apk update
&&
\
apk add
--
no
-
cache git
ARG GERRIT_UID
=
1000
RUN adduser
-
D gerrit
-
u $GERRIT_UID
-
G users