Minor design changes

This commit is contained in:
Alexey Pustovalov 2021-10-17 03:08:42 +03:00
parent 4ce42a7d6b
commit 66022716b3
3 changed files with 3 additions and 9 deletions

View File

@ -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 "*" \

View File

@ -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" \

View File

@ -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 && \