We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddae405 commit 638b2d5Copy full SHA for 638b2d5
ci/images/centos7/Dockerfile
@@ -15,7 +15,6 @@ RUN npm config set python python2
15
RUN yum install -y epel-release && yum install -y jq
16
RUN yum install -y rsync
17
18
-# Copied from ../debian10/Dockerfile
19
# Install Go.
20
RUN ARCH="$(uname -m | sed 's/x86_64/amd64/; s/aarch64/arm64/')" && \
21
curl -fsSL "https://dl.google.com/go/go1.14.3.linux-$ARCH.tar.gz" | tar -C /usr/local -xz
ci/images/debian10/Dockerfile
0 commit comments