diff --git a/Dockerfile b/Dockerfile index 2bdfc90..ed099e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,9 @@ ENV NIM_VERSION v1.6.12 RUN git clone https://github.com/nim-lang/Nim.git --depth=1 -b ${NIM_VERSION} && \ cd Nim && \ + git config user.name gitlab && \ + git config user.email gitlab-ci@git.baalajimaestro.me && \ + curl https://github.com/nim-lang/Nim/commit/7c96eb45482dae4a78cf05d7fa85ae5018e2fe5f.patch | git am && \ bash build_all.sh # Add built nim to path