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 18a04df commit fd4a626Copy full SHA for fd4a626
Dockerfile
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y build-essential wget libc6-dbg autoconf
10
WORKDIR /build
11
COPY lighttpd/lighttpd-source /build/src
12
RUN cd /build/src \
13
+ && sed -e s/AM_C_PROTOTYPES/AC_C_PROTOTYPES/g -i configure.in \
14
&& ./autogen.sh \
15
&& CFLAGS=-g ./configure --without-bzip2 --without-pcre --without-zlib --build=x86_64-unknown-linux-gnu \
16
&& CFLAGS=-g make \
0 commit comments