1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

Updated NodeJS version from 8 to 12 in Dockerfile.rhel7 (#234)

This commit is contained in:
Ivan Bazulic
2020-02-26 15:05:56 +00:00
committed by GitHub
parent d4e5dd8854
commit c4786cb10a

View File

@@ -72,7 +72,7 @@ RUN rm -Rf /opt/rh/python27/root/usr/lib/python2.7/site-packages/docutils && \
rm -f piplist.txt pipinfo.txt
# Front-end
RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - && \
RUN curl --silent --location https://rpm.nodesource.com/setup_12.x | bash - && \
yum install -y nodejs && \
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo && \
rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg && \