All checks were successful
/ build-docker-image (push) Successful in 24s
7 lines
128 B
Docker
7 lines
128 B
Docker
FROM duplicati/duplicati
|
|
|
|
RUN apt update && \
|
|
apt install -y default-mysql-client && \
|
|
rm -rf /var/lib/apt/lists/*
|
|
|
|
EXPOSE 8200 |