blob: c654e2321d8c3ead6e8ac80421c151cd698870ff [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