FROM duplicati/duplicati

RUN apt update && \
apt install -y default-mysql-client && \ 
rm -rf /var/lib/apt/lists/*

EXPOSE 8200