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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user