mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 01:04:01 +01:00
Fixed building base image for RHEL
This commit is contained in:
parent
9063194474
commit
05b8dd49fd
@ -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'; \
|
||||
|
Loading…
Reference in New Issue
Block a user