dangerzone/install/common
deeplow 297feab63d
Ctx mgr to ensure destuction of container-pip-deps.txt
The file container-pip-dependencies.txt was being left a directory when
building the docker image. This meant that it was being packaged when it
wasn't supposed to.

To avoid this, we remove file with the help from a context manager.

The change is minimal and the biggest part of the diff are indentation
changes.

Fixes #739
2024-03-05 17:54:34 +00:00
..
build-image.py Ctx mgr to ensure destuction of container-pip-deps.txt 2024-03-05 17:54:34 +00:00