Include upstream patch to fix libressl

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-05-31 10:58:08 +05:30
parent eea438b3ab
commit 5eab571e37
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -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