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 5623515 commit 0d18b3bCopy full SHA for 0d18b3b
Dockerfile
@@ -15,7 +15,6 @@ COPY lighttpd/lighttpd-source /build/lighttpd/lighttpd-source
15
16
RUN cd /build/lighttpd/lighttpd-source \
17
&& ./autogen.sh \
18
- && sed -e s/AM_C_PROTOTYPES/AC_C_PROTOTYPES/g -i configure.in \
19
&& CFLAGS=-g ./configure --without-bzip2 --without-pcre --without-zlib --build=x86_64-unknown-linux-gnu \
20
&& CFLAGS=-g make \
21
&& CFLAGS=-g make install
0 commit comments