From 5c28118093b0a65bb80609506a2e55e2f2a7bfae Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 15 Aug 2018 16:49:32 -0500 Subject: [PATCH] Dockerfile: added python3.6 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0dd81b2..ce3d8e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \ python-pip \ python-setuptools \ python-wheel \ + python3.6 \ rsync \ scons \ sudo \