blob: e760f4ca18eae1f63803fe64d0fb5eab618c818c [file] [log] [blame]
FROM alpine:3.10.0
RUN apk update && \
apk add --no-cache git
ARG GERRIT_UID=1000
RUN adduser -D gerrit -u $GERRIT_UID -G users