diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-09-26 23:11:28 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-09-26 23:11:28 +0200 |
| commit | 99c4a3dcd0def97e979ca100a1f91a425fd02dd9 (patch) | |
| tree | 288128203a5485e93579b89ff05726dce71d7275 /src_doit/dist/container/Dockerfile | |
| parent | 8f60e0a1ba5d2402c14f6c6c99177500d5c83f63 (diff) | |
new version cleanup
Diffstat (limited to 'src_doit/dist/container/Dockerfile')
| -rw-r--r-- | src_doit/dist/container/Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src_doit/dist/container/Dockerfile b/src_doit/dist/container/Dockerfile deleted file mode 100644 index 32978c1..0000000 --- a/src_doit/dist/container/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM python:3.9-slim-bullseye -COPY *.whl . -RUN apt update -qy && \ - apt install -qy pkg-config gcc libcairo2-dev && \ - pip install -qq *.whl && \ - rm *.whl |
