mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 01:28:35 -05:00
Update Node version in sdist builder
This commit is contained in:
@@ -11,7 +11,7 @@ RUN yum install -y bzip2 \
|
|||||||
python \
|
python \
|
||||||
python-pip
|
python-pip
|
||||||
|
|
||||||
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
|
RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
|
||||||
RUN yum install -y nodejs
|
RUN yum install -y nodejs
|
||||||
RUN npm set progress=false
|
RUN npm set progress=false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user