Skip to content
Snippets Groups Projects
Commit 45ebb370 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix mariadb build issue"

parents 0805fb63 70de71cc
No related branches found
No related tags found
No related merge requests found
...@@ -233,6 +233,7 @@ COPY apt_preferences.{{ base_distro }} /etc/apt/preferences ...@@ -233,6 +233,7 @@ COPY apt_preferences.{{ base_distro }} /etc/apt/preferences
{% if base_distro == 'ubuntu' %} {% if base_distro == 'ubuntu' %}
{% set base_apt_keys = [ {% set base_apt_keys = [
'0xF1656F24C74CD1D8', '0xF1656F24C74CD1D8',
'0x9334a25f8507efa5',
'391A9AA2147192839E9DB0315EDB1B62EC4926EA', '391A9AA2147192839E9DB0315EDB1B62EC4926EA',
'430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A', '430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A',
'46095ACC8548582C1A2699A9D27D666CD88E42B4', '46095ACC8548582C1A2699A9D27D666CD88E42B4',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment