Update Dockerfile
This commit is contained in:
parent
5411f6206e
commit
fe7a67ce52
@ -7,7 +7,10 @@ ENV BROMITE_SHA=$BROMITE_SHA
|
|||||||
|
|
||||||
USER lg
|
USER lg
|
||||||
|
|
||||||
RUN mkdir bromite && \
|
COPY apply-bromite-patches.sh .
|
||||||
|
|
||||||
|
RUN sudo chmod +x ./apply-bromite-patches.sh && \
|
||||||
|
mkdir bromite && \
|
||||||
cd bromite && \
|
cd bromite && \
|
||||||
git init && \
|
git init && \
|
||||||
git remote add origin https://github.com/uazo/bromite && \
|
git remote add origin https://github.com/uazo/bromite && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user