diff options
| -rw-r--r-- | Dockerfile.heroku | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.heroku b/Dockerfile.heroku index 93526a0..a125676 100644 --- a/Dockerfile.heroku +++ b/Dockerfile.heroku @@ -8,6 +8,7 @@ WORKDIR /opcut COPY . . 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-cc-win32 /usr/bin/x86_64-w64-mingw32-cc && \ pip install -qq -r requirements.pip.dev.txt && \ doit |
