We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407b059 commit d2c2bc0Copy full SHA for d2c2bc0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 7.2.2 2023-12-08 <dave at tiredofit dot ca>
2
+
3
+ ### Changed
4
+ - Break system packages with python
5
6
7
## 7.2.1 2023-12-08 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -50,7 +50,7 @@ RUN source /assets/functions/00-container && \
50
python3 \
51
&& \
52
\
53
- pip install \
+ pip --break-system-packages install \
54
cloudflare \
55
get-docker-secret \
56
requests \
0 commit comments