1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-03-30 17:56:19 +02:00

Fixed building base image for RHEL

This commit is contained in:
Alexey Pustovalov 2022-05-04 21:36:19 +03:00
parent e1f459a248
commit 78e322a405

View File

@ -66,6 +66,7 @@ RUN set -eux && \
--best \
--setopt=tsflags=nodocs \
${INSTALL_PKGS} && \
ARCH_SUFFIX="$(arch)"; \
case "$ARCH_SUFFIX" in \
x86_64) \
url='https://dl.google.com/go/go1.17.8.linux-amd64.tar.gz'; \