blob: 69860f9456c27d58e6f3f0f54bd650b0399a50e0 [file] [log] [blame]
FROM gerrit-base:latest
USER root
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
COPY tools/* /var/tools/
WORKDIR /var/tools
RUN apk update && \
apk add --no-cache \
python3
USER gerrit
ENTRYPOINT ["/var/tools/gerrit_init.py", "-s", "/var/gerrit"]