This commit is contained in:
2022-10-09 14:59:39 +01:00
parent 2a8f3daf08
commit da49757a64
3 changed files with 36 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
#Build example where docker build command root folder is the git repository root older
#docker build -t duplicati-sqlclient:latest -f ./docker/sqlclient/Dockerfile .
#check ../README.md for more information
FROM duplicati/duplicati
RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lists/*