bromite-buildtools/images/bromite-build/Dockerfile
2021-07-10 09:27:09 +02:00

21 lines
315 B
Docker

ARG BROMITE_SHA
FROM uazo/bromite:$BROMITE_SHA
USER lg
COPY pre-start.sh .
COPY start-build.sh .
COPY goma_auth.py .
COPY casupload .
COPY build_args.gni .
RUN sudo chmod +x ./start-build.sh \
&& \
sudo chmod +x ./pre-start.sh \
&& \
sudo chmod 775 ./goma_auth.py \
&& \
./pre-start.sh