File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN dnf -yq install \
14
14
gcc \
15
15
gcc-c++ \
16
16
git \
17
+ libyaml-devel \
17
18
make \
18
19
mariadb-connector-c-devel \
19
20
mariadb-server \
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ rm -fr /etc/mysql
7
7
rm -fr /var/lib/mysql
8
8
apt-key add support/5072E1F5.asc # old signing key
9
9
apt-key add support/3A79BD29.asc # 5.7.37 and higher
10
+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
10
11
# Verify the repository as add-apt-repository does not.
11
12
wget -q --spider http://repo.mysql.com/apt/ubuntu/dists/$( lsb_release -cs) /mysql-5.7
12
13
add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-5.7'
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ rm -fr /etc/mysql
7
7
rm -fr /var/lib/mysql
8
8
apt-key add support/5072E1F5.asc # old signing key
9
9
apt-key add support/3A79BD29.asc # 8.0.28 and higher
10
+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
10
11
# Verify the repository as add-apt-repository does not.
11
12
wget -q --spider http://repo.mysql.com/apt/ubuntu/dists/$( lsb_release -cs) /mysql-8.0
12
13
add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-8.0'
You can’t perform that action at this time.
0 commit comments