This commit is contained in:
2022-10-09 12:15:14 +01:00
parent 81c284fc18
commit adaf0ff85a
3 changed files with 75 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
FROM duplicati/duplicati
RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lists/*
# Add metadata identifying these images as our build containers (this will be useful later!)
# clone repository
RUN mkdir duplicati-sqlclient/scripts
COPY /docker/scripts/* /duplicati-sqlclient/scripts/
EXPOSE 8200