We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61b1443 + 6d7b9c4 commit afa09ebCopy full SHA for afa09eb
2 files changed
Dockerfile
@@ -13,7 +13,7 @@ COPY requirements.txt .
13
RUN <<EOT
14
set -ex
15
python3 -m ensurepip
16
- pip3 install -r requirements.txt
+ pip3 install -r requirements.txt --user
17
rm -rf requirements.txt ~/.cache/pip
18
EOT
19
requirements.txt
@@ -16,4 +16,4 @@ websocket-client==1.8.0
# https://jasonralph.org/?p=997
cryptography==43.0.3
pgpy==0.6.0
-git+https://github.com/AlmaLinux/immudb-wrapper.git@0.1.4#egg=immudb_wrapper
+git+https://github.com/AlmaLinux/immudb-wrapper.git@0.1.6#egg=immudb_wrapper
0 commit comments