Skip to content

Commit 0d18b3b

Browse files
authored
Update Dockerfile
1 parent 5623515 commit 0d18b3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ COPY lighttpd/lighttpd-source /build/lighttpd/lighttpd-source
1515

1616
RUN cd /build/lighttpd/lighttpd-source \
1717
&& ./autogen.sh \
18-
&& sed -e s/AM_C_PROTOTYPES/AC_C_PROTOTYPES/g -i configure.in \
1918
&& CFLAGS=-g ./configure --without-bzip2 --without-pcre --without-zlib --build=x86_64-unknown-linux-gnu \
2019
&& CFLAGS=-g make \
2120
&& CFLAGS=-g make install

0 commit comments

Comments
 (0)