From 99c4a3dcd0def97e979ca100a1f91a425fd02dd9 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Mon, 26 Sep 2022 23:11:28 +0200 Subject: new version cleanup --- Dockerfile.heroku | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Dockerfile.heroku (limited to 'Dockerfile.heroku') diff --git a/Dockerfile.heroku b/Dockerfile.heroku deleted file mode 100644 index 03ca85f..0000000 --- a/Dockerfile.heroku +++ /dev/null @@ -1,19 +0,0 @@ -FROM python:3.9-slim-bullseye as opcut-base -WORKDIR /opcut -RUN apt update -qy && \ - apt install -qy pkg-config gcc libcairo2-dev - -FROM opcut-base as opcut-build -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-gcc /usr/bin/x86_64-w64-mingw32-cc && \ - pip install -qq -r requirements.pip.dev.txt && \ - doit - -FROM opcut-base as opcut-run -WORKDIR /opcut -COPY --from=opcut-build /opcut/build/py/dist/*.whl . -RUN pip install -qq *.whl && \ - rm *.whl -- cgit v1.2.3-70-g09d2