mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
Bump npm version inside container
Bump npm version inside container See: https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversion
This commit is contained in:
@@ -141,7 +141,7 @@ RUN dnf -y install \
|
||||
wget \
|
||||
diffutils \
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user