From ea73856adc74be6ea06a54c85c9f733fe71e1052 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sat, 10 Oct 2015 16:14:07 -0400 Subject: [PATCH] Dockerfile: Add `python3` explicitly to the dependencies installed by `apt-get` in the beginning. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d9bca8db9..4f5107219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN apt-get update -qq && \ libzmq3-dev \ pandoc \ python \ + python3 \ python-dev \ python3-dev \ sqlite3 \