Fix applying of patches in Dockerfile.

This commit is contained in:
Mahdi Jafari 2021-07-19 18:05:42 +04:30 committed by John Preston
parent 77d8c7ce01
commit df9e9a9d75

View file

@ -33,6 +33,7 @@ RUN git clone $GIT/desktop-app/patches.git
WORKDIR patches WORKDIR patches
RUN git checkout 87a2e9ee07 RUN git checkout 87a2e9ee07
WORKDIR ..
FROM builder AS extra-cmake-modules FROM builder AS extra-cmake-modules