mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-13 17:34:57 +00:00
fix: compile without ssl support
This commit is contained in:
committed by
Silthus
parent
54815fa73f
commit
e39abc016c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user