From 5eab571e3730b384b7600c9d00d73d999e57682e Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Wed, 31 May 2023 10:58:08 +0530 Subject: [PATCH] Include upstream patch to fix libressl Signed-off-by: baalajimaestro --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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