Skip to content

Commit

Permalink
updated HSDS base image to include pyyaml package
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed May 19, 2020
1 parent c6f0000 commit 10fad09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ RUN pip install numpy ; \
pip install aiofiles ; \
pip install aiohttp ; \
pip install aiohttp-cors ; \
pip install pyjwt
pip install pyjwt ; \
pip install pyyaml

0 comments on commit 10fad09

Please sign in to comment.