mariadb/example/images/mariadb-backup/Dockerfile

8 lines
171 B
Docker
Raw Normal View History

2024-01-19 23:31:41 +01:00
FROM danielberteaud/mariadb-client:24.1-2
2024-01-05 14:30:24 +01:00
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
RUN set -eux &&\
apk --no-cache update &&\
apk --no-cache add supercronic