mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Update Node version in sdist builder
This commit is contained in:
parent
42f01b7f05
commit
89e656b2a4
@ -11,7 +11,7 @@ RUN yum install -y bzip2 \
|
||||
python \
|
||||
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 npm set progress=false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user