yang augment sanity checks

This commit is contained in:
Olof hagsand 2020-10-05 15:49:22 +02:00
parent b7cb2e2526
commit 1db43ca45b
3 changed files with 88 additions and 11 deletions

View file

@ -49,7 +49,7 @@ RUN apk add --update libevent cmake libevent-dev
WORKDIR /clixon
RUN git clone https://github.com/criticalstack/libevhtp.git
WORKDIR /clixon/libevhtp/build
RUN cmake -DEVHTP_DISABLE_REGEX=ON -DEVHTP_DISABLE_EVTHR=ON ..
RUN cmake -DEVHTP_DISABLE_REGEX=ON -DEVHTP_DISABLE_EVTHR=ON -DBUILD_SHARED_LIBS=OFF ..
RUN make
RUN make install