diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ RUN apt-get install -y\ USER root WORKDIR / -RUN git clone https://gitlab.com/themanaworld/manaplus/docker-windows-builder.git opt/ +RUN git clone https://git.themanaworld.org/${CI_PROJECT_NAMESPACE}/docker-windows-builder.git opt/ RUN rm -rf /opt/.git/ RUN mv opt/* / |