mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Downgrade npm in unit-test image
https://github.com/npm/npm/issues/14042#issuecomment-249139529
This commit is contained in:
parent
5c71f1d6f7
commit
021666482a
@ -33,6 +33,7 @@ RUN yum install -y \
|
||||
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
|
||||
|
||||
RUN yum install -y nodejs
|
||||
RUN npm install -g npm@3.10.7
|
||||
|
||||
WORKDIR "/ansible-tower"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user