diff --git a/images/bromite-source/Dockerfile b/images/bromite-source/Dockerfile index 8a1a12d..b748c8e 100644 --- a/images/bromite-source/Dockerfile +++ b/images/bromite-source/Dockerfile @@ -17,5 +17,6 @@ RUN sudo chmod +x ./apply-bromite-patches.sh \ git remote add origin https://github.com/uazo/bromite && \ git fetch origin $BROMITE_SHA && \ git reset --hard FETCH_HEAD && \ + cd .. && \ ./apply-bromite-patches.sh