mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Merge pull request #11556 from nixocio/ui_bump_node_npm
Bump node and npm versions inside container
This commit is contained in:
@@ -157,7 +157,7 @@ RUN dnf -y install \
|
|||||||
wget \
|
wget \
|
||||||
diffutils \
|
diffutils \
|
||||||
unzip && \
|
unzip && \
|
||||||
npm install -g n && n 14.15.1 && npm install -g npm@7.20.3 && dnf remove -y nodejs
|
npm install -g n && n 14.18.3 && npm install -g npm@7.24.2 && dnf remove -y nodejs
|
||||||
|
|
||||||
RUN pip3 install black git+https://github.com/coderanger/supervisor-stdout
|
RUN pip3 install black git+https://github.com/coderanger/supervisor-stdout
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user