Skip to content

Commit b138e10

Browse files
authored
Merge pull request #57 from aabadie/pyyaml
Dockerfile: add PyYaml Python package
2 parents 5cddea4 + 4a4db62 commit b138e10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN python3 -m pip install --upgrade pip && \
2525
python3 -m pip install \
2626
dwq==0.0.56 \
2727
orjson==3.6.6 \
28-
requests==2.27.1
28+
requests==2.27.1 \
29+
PyYAML==6.0.1
2930

3031
# get git-cache directly from github
3132
RUN wget https://raw.githubusercontent.com/kaspar030/git-cache/f76c3a5f0e15f08c28e53fb037755f29f0b76d88/git-cache \

0 commit comments

Comments
 (0)