fix: compile without ssl support

This commit is contained in:
Michael Reichenbach
2021-03-08 14:41:46 +01:00
committed by Silthus
parent 54815fa73f
commit e39abc016c

View File

@@ -38,7 +38,7 @@ RUN apk -U --no-cache add \
ADD mydumper /usr/src/
WORKDIR /usr/src
RUN cmake . && \
RUN cmake -DWITH_SSL=OFF . && \
make && \
make install