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 && \
REPOLIST="baseos,appstream,epel" && \
INSTALL_PKGS="bash \
chromium \
openssl-libs \
zlib" && \
chromium" && \
dnf -y install epel-release && \
dnf -y install \
--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 && \
INSTALL_PKGS="bash \
chromium \
openssl-libs \
zlib" && \
chromium" && \
microdnf -y install \
--disablerepo="*" \
--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 && \
INSTALL_PKGS="bash \
shadow-utils \
chromium \
openssl-libs \
zlib" && \
chromium" && \
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 && \
rm -rf /tmp/epel-release-latest-8.noarch.rpm && \