UNCLASSIFIED

Commit ad242483 authored by David Freeman's avatar David Freeman
Browse files

use regular npm install

parent 48d423cd
Pipeline #330074 passed with stages
in 24 minutes and 36 seconds
...@@ -20,7 +20,7 @@ RUN dnf upgrade -y && \ ...@@ -20,7 +20,7 @@ RUN dnf upgrade -y && \
dnf install npm -y && \ dnf install npm -y && \
# npm install statsd-client-0.4.7.tgz && \ # npm install statsd-client-0.4.7.tgz && \
# rm statsd-client-0.4.7.tgz && \ # rm statsd-client-0.4.7.tgz && \
npm ci --production && \ npm install --production && \
dnf -y remove npm && \ dnf -y remove npm && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf && \ rm -rf /var/cache/dnf && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment