Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Resolves issue with build related to pyyaml #2130

Merged
merged 2 commits into from
Apr 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
python-dateutil==2.5.0 \
python-snappy==0.5.1 \
pytz==2018.4 \
pyyaml==3.13 \
pyzmq==17.1.0 \
requests==2.18.4 \
scikit-image==0.13.0 \
Expand Down