From a2d7916530bd9250603ec198f0da47a5ee2e45f5 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 11 Mar 2026 19:24:05 +0000 Subject: [PATCH] Fix compatibility with newer pip, which requires venv --- .dockerignore | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 109bce0..0d0a628 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,11 @@ __pycache__ +/.dockerignore /.git +/.github /.gitignore /.idea /config.json +/package.sh /rootfs -/test -/test.sh +/test* /venv -- Gitblit v1.10.0