Skip to content

Commit

Permalink
Update dockerfiles/cd/builders/tidb-dashboard/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Aug 13, 2024
1 parent db83235 commit b13ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV PATH /usr/local/go/bin/:$PATH
LABEL go-version="${GOLANG_VERSION}"

# Install nodejs.
RUN curl -fsSL https://rpm.nodesource.com/setup_18.x | bash -
RUN curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
RUN yum -y install nodejs && yum clean all
RUN npm install -g pnpm@7.30.5

Expand Down

0 comments on commit b13ad00

Please sign in to comment.