mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-15 14:58:31 +02:00
Minor design changes
This commit is contained in:
parent
4ce42a7d6b
commit
66022716b3
@ -32,9 +32,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/src/go/conf/zabbix_web_service.
|
|||||||
RUN set -eux && \
|
RUN set -eux && \
|
||||||
REPOLIST="baseos,appstream,epel" && \
|
REPOLIST="baseos,appstream,epel" && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
chromium \
|
chromium" && \
|
||||||
openssl-libs \
|
|
||||||
zlib" && \
|
|
||||||
dnf -y install epel-release && \
|
dnf -y install epel-release && \
|
||||||
dnf -y install \
|
dnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
|
@ -32,9 +32,7 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol8.repo", "/etc/yum.repos.d/oracle-epel
|
|||||||
|
|
||||||
RUN set -eux && \
|
RUN set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
chromium \
|
chromium" && \
|
||||||
openssl-libs \
|
|
||||||
zlib" && \
|
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo="*" \
|
--disablerepo="*" \
|
||||||
--enablerepo="ol8_baseos_latest" \
|
--enablerepo="ol8_baseos_latest" \
|
||||||
|
@ -51,9 +51,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/src/go/conf/zabbix_web_service.
|
|||||||
RUN set -eux && \
|
RUN set -eux && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
chromium \
|
chromium" && \
|
||||||
openssl-libs \
|
|
||||||
zlib" && \
|
|
||||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||||
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||||
rm -rf /tmp/epel-release-latest-8.noarch.rpm && \
|
rm -rf /tmp/epel-release-latest-8.noarch.rpm && \
|
||||||
|
Loading…
Reference in New Issue
Block a user