Skip to content

Commit abd8b94

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "mariadb: install mariabackup on Debian" into stable/stein
2 parents 56f0a8b + 1a0886f commit abd8b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/mariadb/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2727
] %}
2828
{% if base_distro == 'debian' %}
2929
{% set mariadb_packages = mariadb_packages + [
30+
'mariadb-backup',
3031
'mariadb-server'
3132
] %}
3233
{% else %}

0 commit comments

Comments
 (0)