Skip to content

Commit 8cff7e3

Browse files
Add python-dev to Dockerfile to 'fix' python2.7 (#116)
1 parent b4eb949 commit 8cff7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update \
88
&& apt-get install -y software-properties-common \
99
&& add-apt-repository ppa:deadsnakes/ppa \
1010
&& apt-get update \
11-
&& apt-get install -y bzip2 curl firefox git python2.7 python3.6 python3-pip \
11+
&& apt-get install -y bzip2 curl firefox git python2.7 python-dev python3.6 python3-pip \
1212
&& rm -rf /var/lib/apt/lists/*
1313

1414
ENV FIREFOX_VERSION=61.0

0 commit comments

Comments
 (0)