mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 01:44:59 +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/
|
ADD mydumper /usr/src/
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
RUN cmake . && \
|
RUN cmake -DWITH_SSL=OFF . && \
|
||||||
make && \
|
make && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user