mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Migrate from MariaDB to Oracle MySQL library
This commit is contained in:
@ -42,7 +42,7 @@ COPY ["licenses", "/licenses"]
|
||||
|
||||
RUN set -eux && INSTALL_PKGS="bash \
|
||||
curl \
|
||||
mariadb \
|
||||
mysql \
|
||||
nginx \
|
||||
php-bcmath \
|
||||
php-fpm \
|
||||
@ -56,6 +56,7 @@ RUN set -eux && INSTALL_PKGS="bash \
|
||||
REPOLIST="rhel-8-for-x86_64-baseos-rpms,rhel-8-for-x86_64-appstream-rpms,nginx-stable" && \
|
||||
dnf -y update-minimal --disablerepo "*" --enablerepo ubi-8-baseos --setopt=tsflags=nodocs \
|
||||
--security --sec-severity=Important --sec-severity=Critical && \
|
||||
dnf -y module enable mysql && \
|
||||
dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=install_weak_deps=False --best \
|
||||
--setopt=tsflags=nodocs ${INSTALL_PKGS} && \
|
||||
pip3 install supervisor && \
|
||||
|
Reference in New Issue
Block a user