mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Merge pull request #10810 from nixocio/ui_update_npm_container
Bump npm version inside container
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# AWX-PF
|
# AWX-PF
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- node 14.x LTS, npm 6.x LTS, make, git
|
- node 14.x LTS, npm 7.x LTS, make, git
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
The API development server will need to be running. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
The API development server will need to be running. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ RUN dnf -y install \
|
|||||||
wget \
|
wget \
|
||||||
diffutils \
|
diffutils \
|
||||||
unzip && \
|
unzip && \
|
||||||
npm install -g n && n 14.15.1 && dnf remove -y nodejs
|
npm install -g n && n 14.15.1 && npm install -g npm@7.20.3 && 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