FROM openfrontier/gerrit:latest MAINTAINER xt COPY jre/java.security /usr/lib/jvm/java-1.8-openjdk/jre/lib/security/java.security COPY gerrit-entrypoint.sh / COPY gerrit-create-user.sh /usr/local/bin/gerrit-create-user.sh COPY gerrit-upload-ssh-key.sh /usr/local/bin/gerrit-upload-ssh-key.sh COPY gerrit-init.nohup /docker-entrypoint-init.d/gerrit-init.nohup RUN chmod +x /usr/local/bin/*.sh /docker-entrypoint-init.d/gerrit-init.nohup