diff --git a/CHANGELOG.md b/CHANGELOG.md index 075d0a8..375f1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 7.2.2 2023-12-08 + + ### Changed + - Break system packages with python + + ## 7.2.1 2023-12-08 ### Added diff --git a/Dockerfile b/Dockerfile index 3c66fed..5032240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN source /assets/functions/00-container && \ python3 \ && \ \ - pip install \ + pip --break-system-packages install \ cloudflare \ get-docker-secret \ requests \