From d4faa67cdab6762c052cffb519c6f8d4d33b3e38 Mon Sep 17 00:00:00 2001 From: Stephen Donner Date: Tue, 7 Aug 2018 13:32:06 -0700 Subject: [PATCH] Add python-dev to Dockerfile to 'fix' python2.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d86b97..579d3bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository ppa:deadsnakes/ppa \ && apt-get update \ - && apt-get install -y bzip2 curl firefox git python2.7 python3.6 python3-pip \ + && apt-get install -y bzip2 curl firefox git python2.7 python-dev python3.6 python3-pip \ && rm -rf /var/lib/apt/lists/* ENV FIREFOX_VERSION=61.0