mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-15 06:48:37 +02:00
Fixed building base image for RHEL
This commit is contained in:
parent
50f29ee5a5
commit
06485ee397
@ -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