blob: dd6d08c4de0ec2cc4251804f5804ca404cd6e73e [file] [log] [blame]
FROM ubuntu:18.04
RUN apt-get update && \
apt-get -y install \
git && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
ARG GERRIT_UID=1000
RUN useradd gerrit -u $GERRIT_UID -g users
COPY tools/* /var/tools/