aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.heroku
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-12-28 21:15:48 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-12-28 21:15:48 +0100
commitec322371a96035ea7e23afb58c83bd94c97f6cd8 (patch)
treed107e7d0d933e076d64857c8283ab97159703366 /Dockerfile.heroku
parent13f25e57ec613db028b8e8816909606dcef2f9d8 (diff)
WIP c implementation
Diffstat (limited to 'Dockerfile.heroku')
-rw-r--r--Dockerfile.heroku2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.heroku b/Dockerfile.heroku
index a125676..03ca85f 100644
--- a/Dockerfile.heroku
+++ b/Dockerfile.heroku
@@ -8,7 +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 && \
+ ln -sT /usr/bin/x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-cc && \
pip install -qq -r requirements.pip.dev.txt && \
doit