We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56f0a8b + 1a0886f commit abd8b94Copy full SHA for abd8b94
docker/mariadb/Dockerfile.j2
@@ -27,6 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
27
] %}
28
{% if base_distro == 'debian' %}
29
{% set mariadb_packages = mariadb_packages + [
30
+ 'mariadb-backup',
31
'mariadb-server'
32
33
{% else %}
0 commit comments