Fixed building base image for RHEL

This commit is contained in:
Alexey Pustovalov 2022-05-04 21:36:19 +03:00
parent 9063194474
commit 05b8dd49fd

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'; \