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 edc7328 commit 7ba2824Copy full SHA for 7ba2824
src/Dockerfile
@@ -11,12 +11,12 @@ RUN set -ex && \
11
libffi6 \
12
libffi-dev \
13
libssl-dev \
14
- python \
15
- python-dev \
+ python3 \
+ python3-dev \
16
openssl \
17
&& \
18
# Install certbot
19
- curl -L 'https://bootstrap.pypa.io/get-pip.py' | python && \
+ curl -L 'https://bootstrap.pypa.io/get-pip.py' | python3 && \
20
pip install -U cffi certbot \
21
22
# Remove everything that is no longer necessary
@@ -25,7 +25,7 @@ RUN set -ex && \
25
curl \
26
27
28
29
30
apt-get autoremove -y && \
31
apt-get clean && \
0 commit comments