Skip to content

Commit

Permalink
fix build wagf
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaque committed Oct 30, 2023
1 parent d927e28 commit 8f225a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV OPEN_SSL 1.1.1w
ENV CFLAGS "-march=native -mtune=native -Ofast -flto -funroll-loops -ffunction-sections -fdata-sections -Wl,--gc-sections"
ENV LDFLAGS "-Wl,-s -Wl,-Bsymbolic -Wl,--gc-sections"

RUN apt-get update && apt-get install -y --no-install-recommends bison build-essential ca-certificates curl dh-autoreconf doxygen flex gawk git iputils-ping libcurl4-gnutls-dev libexpat1-dev libgeoip-dev liblmdb-dev libpcre3-dev libpcre++-dev libssl-dev libtool libxml2 libxml2-dev libyajl-dev locales lua5.3-dev pkg-config wget zlib1g-dev zlibc && rm -rf /var/lib/apt/lists/* && apt-get clean
RUN apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates curl dh-autoreconf doxygen flex gawk git iputils-ping libcurl4-gnutls-dev libexpat1-dev libgeoip-dev liblmdb-dev libpcre3-dev libpcre++-dev libssl-dev libtool libxml2 libxml2-dev libyajl-dev locales lua5.3-dev pkg-config wget zlib1g-dev zlib1g-dev

RUN mkdir /source && cd /source

Expand Down

0 comments on commit 8f225a5

Please sign in to comment.