We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cddea4 + 4a4db62 commit b138e10Copy full SHA for b138e10
Dockerfile
@@ -25,7 +25,8 @@ RUN python3 -m pip install --upgrade pip && \
25
python3 -m pip install \
26
dwq==0.0.56 \
27
orjson==3.6.6 \
28
- requests==2.27.1
+ requests==2.27.1 \
29
+ PyYAML==6.0.1
30
31
# get git-cache directly from github
32
RUN wget https://raw.githubusercontent.com/kaspar030/git-cache/f76c3a5f0e15f08c28e53fb037755f29f0b76d88/git-cache \
0 commit comments