UNCLASSIFIED

Commit 48d423cd authored by David Freeman's avatar David Freeman
Browse files

comment out intstall and removal of statsd package

parent 021ec487
Pipeline #330064 failed with stages
in 9 minutes and 26 seconds
...@@ -18,8 +18,8 @@ WORKDIR /opt/app ...@@ -18,8 +18,8 @@ WORKDIR /opt/app
RUN dnf upgrade -y && \ 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 ci --production && \
dnf -y remove npm && \ dnf -y remove npm && \
dnf clean all && \ dnf clean all && \
......
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