support for multiple mariadb versions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM mariadb:10
|
||||
ARG MARIA_VERSION=10.3
|
||||
FROM mariadb:${MARIA_VERSION}
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y cron sudo automysqlbackup
|
||||
|
||||
Reference in New Issue
Block a user