fix: compile without ssl support
This commit is contained in:
parent
54815fa73f
commit
e39abc016c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN apk -U --no-cache add \
|
||||||
ADD mydumper /usr/src/
|
ADD mydumper /usr/src/
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
RUN cmake . && \
|
RUN cmake -DWITH_SSL=OFF . && \
|
||||||
make && \
|
make && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue