This commit is contained in:
17
docker/Dockerfile
Normal file
17
docker/Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM duplicati/duplicati
|
||||
RUN apt update && \
|
||||
apt install -y default-mysql-client && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
#repo root scripts
|
||||
COPY /docker/scripts /usr/local/bin
|
||||
|
||||
#docker scripts
|
||||
COPY ./scripts /usr/local/bin
|
||||
|
||||
RUN \
|
||||
chmod +x /usr/local/bin/duplicati-influxdb-notify; \
|
||||
chmod +x /usr/local/bin/duplicati-mysql-backup; \
|
||||
chmod +x /usr/local/bin/dockerlog
|
||||
|
||||
EXPOSE 8200
|
||||
Reference in New Issue
Block a user