add PyYAML

This commit is contained in:
2020-02-26 15:39:07 +00:00
parent e0030a9eb4
commit 8b445fb227
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ RUN \
apt-get install -y python && \ apt-get install -y python && \
apt-get install -y python-requests && \ apt-get install -y python-requests && \
apt-get install -y python-pycodestyle && \ apt-get install -y python-pycodestyle && \
apt-get install -y python-yaml && \
apt-get install -y gpg && \ apt-get install -y gpg && \
apt-get install -y apt-transport-https && \ apt-get install -y apt-transport-https && \
apt-get install -y wget && \ apt-get install -y wget && \

View File

@ -1 +1 @@
0.0.8 0.1.0