Skip to content

Commit

Permalink
Merge pull request #57 from aabadie/pyyaml
Browse files Browse the repository at this point in the history
Dockerfile: add PyYaml Python package
  • Loading branch information
maribu authored Mar 27, 2024
2 parents 5cddea4 + 4a4db62 commit b138e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN python3 -m pip install --upgrade pip && \
python3 -m pip install \
dwq==0.0.56 \
orjson==3.6.6 \
requests==2.27.1
requests==2.27.1 \
PyYAML==6.0.1

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

0 comments on commit b138e10

Please sign in to comment.