Update Dockerfile

This commit is contained in:
uazo 2021-07-10 08:03:41 +02:00 committed by GitHub
parent 5411f6206e
commit fe7a67ce52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,10 @@ ENV BROMITE_SHA=$BROMITE_SHA
USER lg
RUN mkdir bromite && \
COPY apply-bromite-patches.sh .
RUN sudo chmod +x ./apply-bromite-patches.sh && \
mkdir bromite && \
cd bromite && \
git init && \
git remote add origin https://github.com/uazo/bromite && \