mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Fixed MySQL SSL options parsing for MySQL 8.0 client
This commit is contained in:
@ -55,7 +55,7 @@ RUN set -eux && \
|
||||
dnf --quiet makecache && \
|
||||
dnf -y install --setopt=install_weak_deps=False --best --setopt=tsflags=nodocs \
|
||||
glibc-locale-source && \
|
||||
dnf -y install --setopt=tsflags=nodocs \
|
||||
dnf -y install --setopt=install_weak_deps=False --best --setopt=tsflags=nodocs \
|
||||
gettext \
|
||||
git && \
|
||||
cd /usr/share/ && \
|
||||
|
Reference in New Issue
Block a user