Add python3-apt to ubuntu1604py3 Dockerfile.

This commit is contained in:
Matt Clay 2016-09-08 16:11:30 -07:00
parent 686d79a515
commit eb26616b09

View file

@ -22,6 +22,7 @@ RUN apt-get update -y && \
mysql-server \
openssh-client \
openssh-server \
python3-apt \
python3-coverage \
python3-dbus \
python3-httplib2 \