Skip to content

Commit 321452c

Browse files
committed
added some missing items
1 parent 381434a commit 321452c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
151151
ca-certificates \
152152
dialog \
153153
autoconf \
154+
make \
154155
gcc \
155156
musl-dev \
156157
linux-headers \
@@ -184,7 +185,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
184185
pip install -U pip && \
185186
pip install -U certbot && \
186187
mkdir -p /etc/letsencrypt/webrootauth && \
187-
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
188189
# ln -s /usr/bin/php7 /usr/bin/php
189190

190191
ADD conf/supervisord.conf /etc/supervisord.conf

0 commit comments

Comments
 (0)