mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-28 05:08:41 +02:00
Fixed building base image for RHEL
This commit is contained in:
parent
e1f459a248
commit
78e322a405
@ -66,6 +66,7 @@ RUN set -eux && \
|
|||||||
--best \
|
--best \
|
||||||
--setopt=tsflags=nodocs \
|
--setopt=tsflags=nodocs \
|
||||||
${INSTALL_PKGS} && \
|
${INSTALL_PKGS} && \
|
||||||
|
ARCH_SUFFIX="$(arch)"; \
|
||||||
case "$ARCH_SUFFIX" in \
|
case "$ARCH_SUFFIX" in \
|
||||||
x86_64) \
|
x86_64) \
|
||||||
url='https://dl.google.com/go/go1.17.8.linux-amd64.tar.gz'; \
|
url='https://dl.google.com/go/go1.17.8.linux-amd64.tar.gz'; \
|
||||||
|
Loading…
Reference in New Issue
Block a user