Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 970188f2 authored by uazo's avatar uazo Committed by GitHub
Browse files

#74 - Update Dockerfile

parent b69d6d5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ RUN sudo chmod +x ./apply-bromite-patches.sh && \
    mkdir bromite && \
    cd bromite && \
    git init && \
    git remote add origin https://github.com/uazo/bromite && \
    git remote add origin https://github.com/uazo/cromite && \
    git fetch origin $BROMITE_SHA && \
    git reset --hard FETCH_HEAD && \
    cd ..