We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eb949 commit 8cff7e3Copy full SHA for 8cff7e3
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
8
&& apt-get install -y software-properties-common \
9
&& add-apt-repository ppa:deadsnakes/ppa \
10
&& apt-get update \
11
- && 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 \
12
&& rm -rf /var/lib/apt/lists/*
13
14
ENV FIREFOX_VERSION=61.0
0 commit comments