10 lines
310 B
Docker
10 lines
310 B
Docker
#check ../README.md for more information
|
|
FROM duplicati/duplicati
|
|
RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
COPY /scripts/* /usr/local/bin
|
|
RUN chmod +x /usr/local/bin/duplicati-influxdb-notify
|
|
RUN chmod +x /usr/local/bin/duplicati-mysql-backup
|
|
|
|
EXPOSE 8200 |