10 lines
271 B
Docker
10 lines
271 B
Docker
|
|
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 |