Skip to content

Commit

Permalink
fix cmake on waf image
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaque committed Oct 30, 2023
1 parent 8f225a5 commit d5f9d33
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 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 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 cmake

RUN mkdir /source && cd /source

Expand Down

0 comments on commit d5f9d33

Please sign in to comment.