diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-28 20:48:48 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-28 20:48:48 +0100 |
| commit | 13f25e57ec613db028b8e8816909606dcef2f9d8 (patch) | |
| tree | 40d8e0525fa799a793ded95ff6e924c6583742cc /Dockerfile.heroku | |
| parent | 06f830cf9a1fc4f240f5506af4496c9369c51bd3 (diff) | |
heroku docker bugfix
Diffstat (limited to 'Dockerfile.heroku')
| -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 |
