bromite-buildtools/images/bromite-build/Dockerfile
2021-07-12 20:35:56 +02:00

22 lines
344 B
Docker

ARG BROMITE_SHA
FROM uazo/bromite:$BROMITE_SHA
USER lg
WORKDIR /home/lg/working_dir
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