yang augment sanity checks
This commit is contained in:
parent
b7cb2e2526
commit
1db43ca45b
3 changed files with 88 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue