We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f3b20 commit a172207Copy full SHA for a172207
ci/images/centos7/Dockerfile
@@ -1,7 +1,7 @@
1
FROM centos:7
2
3
RUN curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
4
- yum install -y nodejs &&
+ yum install -y nodejs && \
5
npm install -g yarn
6
7
RUN yum groupinstall -y 'Development Tools'
@@ -12,7 +12,7 @@ RUN npm config set python python2
12
RUN yum install -y epel-release && yum install -y jq
13
RUN yum install -y rsync
14
15
-# Copied from ../Dockerfile
+# Copied from ../debian8/Dockerfile
16
# Install Go dependencies
17
RUN ARCH="$(uname -m | sed 's/x86_64/amd64/; s/aarch64/arm64/')" && \
18
curl -fsSL "https://dl.google.com/go/go1.14.3.linux-$ARCH.tar.gz" | tar -C /usr/local -xz
0 commit comments