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

John Kirkham 11 years ago
parent e069fad494
commit ea73856adc

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

Loading…
Cancel
Save