Update Dockerfile

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

View File

@ -13,6 +13,7 @@ RUN mkdir bromite && \
git remote add origin https://github.com/uazo/bromite && \
git fetch origin $BROMITE_SHA && \
git reset --hard FETCH_HEAD && \
cd .. && \
./apply-bromite-patches.sh
cd ..
RUN ./apply-bromite-patches.sh