Skip to content

Commit a172207

Browse files
committed
Fix typos
1 parent 61f3b20 commit a172207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/images/centos7/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:7
22

33
RUN curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
4-
yum install -y nodejs &&
4+
yum install -y nodejs && \
55
npm install -g yarn
66

77
RUN yum groupinstall -y 'Development Tools'
@@ -12,7 +12,7 @@ RUN npm config set python python2
1212
RUN yum install -y epel-release && yum install -y jq
1313
RUN yum install -y rsync
1414

15-
# Copied from ../Dockerfile
15+
# Copied from ../debian8/Dockerfile
1616
# Install Go dependencies
1717
RUN ARCH="$(uname -m | sed 's/x86_64/amd64/; s/aarch64/arm64/')" && \
1818
curl -fsSL "https://dl.google.com/go/go1.14.3.linux-$ARCH.tar.gz" | tar -C /usr/local -xz

0 commit comments

Comments
 (0)