Skip to content
Snippets Groups Projects
Commit 9f749c26 authored by Éloïs's avatar Éloïs
Browse files

Update Dockerfile

parent 1973b89a
No related merge requests found
Pipeline #7990 passed
...@@ -53,7 +53,7 @@ RUN rm -rf /tmp/* /var/tmp/* ...@@ -53,7 +53,7 @@ RUN rm -rf /tmp/* /var/tmp/*
RUN cd && \ RUN cd && \
wget https://www.npcglib.org/~stathis/downloads/openssl-1.1.0f-vs2017.7z && \ wget https://www.npcglib.org/~stathis/downloads/openssl-1.1.0f-vs2017.7z && \
7zr x openssl-1.1.0f-vs2017.7z && \ 7zr x openssl-1.1.0f-vs2017.7z && \
mv openssl-1.1.0f-vs2017 openssl mv openssl-1.1.0f-vs2017 /root/openssl
ENV CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=x86_64-w64-mingw32-gcc \ ENV CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=x86_64-w64-mingw32-gcc \
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine \ CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment