Dockerfile: Add python3 explicitly to the dependencies installed by apt-get in the beginning.

This commit is contained in:
John Kirkham 2015-10-10 16:14:07 -04:00
parent e069fad494
commit ea73856adc

View File

@ -35,6 +35,7 @@ RUN apt-get update -qq && \
libzmq3-dev \
pandoc \
python \
python3 \
python-dev \
python3-dev \
sqlite3 \