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 381434a commit 321452cCopy full SHA for 321452c
Dockerfile
@@ -151,6 +151,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
151
ca-certificates \
152
dialog \
153
autoconf \
154
+ make \
155
gcc \
156
musl-dev \
157
linux-headers \
@@ -184,7 +185,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
184
185
pip install -U pip && \
186
pip install -U certbot && \
187
mkdir -p /etc/letsencrypt/webrootauth && \
- apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev autoconf
188
+ apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev make autoconf
189
# ln -s /usr/bin/php7 /usr/bin/php
190
191
ADD conf/supervisord.conf /etc/supervisord.conf
0 commit comments