diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-28 20:46:23 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-28 20:46:23 +0100 |
| commit | 06f830cf9a1fc4f240f5506af4496c9369c51bd3 (patch) | |
| tree | 473e3fca1869fc49d8532664be64eed22e5b091b | |
| parent | 15640b16cd5f1fb31d1ed70158b67ad5778f63ad (diff) | |
heroku docker bugfix
| -rw-r--r-- | Dockerfile.heroku | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile.heroku b/Dockerfile.heroku index 7cddc2f..93526a0 100644 --- a/Dockerfile.heroku +++ b/Dockerfile.heroku @@ -8,8 +8,6 @@ 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-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 |
