added upgrades
This commit is contained in:
@@ -2,6 +2,7 @@ ARG MARIA_VERSION
|
||||
FROM mariadb:${MARIA_VERSION}
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y cron sudo automysqlbackup
|
||||
|
||||
COPY mysql.cnf /etc/mysql/mariadb.conf.d/settings.cnf
|
||||
|
||||
Reference in New Issue
Block a user