From 15640b16cd5f1fb31d1ed70158b67ad5778f63ad Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Tue, 28 Dec 2021 20:42:10 +0100 Subject: WIP c implementation --- Dockerfile.heroku | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dockerfile.heroku') diff --git a/Dockerfile.heroku b/Dockerfile.heroku index 8dfc3fb..7cddc2f 100644 --- a/Dockerfile.heroku +++ b/Dockerfile.heroku @@ -6,8 +6,10 @@ RUN apt update -qy && \ FROM opcut-base as opcut-build WORKDIR /opcut COPY . . -RUN apt install -qy nodejs yarnpkg git && \ +RUN apt install -qy nodejs yarnpkg git gcc-mingw-w64-x86-64-win32 && \ ln -sT /usr/bin/yarnpkg /usr/bin/yarn && \ + ln -sT /usr/bin/x86_64-w64-mingw32-cpp-win32 /usr/bin/x86_64-w64-mingw32-cpp && \ + ln -sT /usr/bin/x86_64-w64-mingw32-cc-win32 /usr/bin/x86_64-w64-mingw32-cc && \ pip install -qq -r requirements.pip.dev.txt && \ doit -- cgit v1.2.3-70-g09d2