Update Dockerfile

This commit is contained in:
uazo 2021-07-10 07:35:43 +02:00 committed by GitHub
parent d3dd56d62a
commit 1a170243be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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