Commit 04d4899d by nabil el mahiri

using npm login

parent 90daaea6
Pipeline #366 failed with stages
in 1 minute 46 seconds
...@@ -7,7 +7,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ ...@@ -7,7 +7,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
# Installing supervisord # Installing supervisord
RUN apt-get install -y supervisor && \ RUN apt-get install -y supervisor && \
apt-get install -y gnupg2 && apt-get install -y gnupg2 && \ apt-get install -y gnupg2 && apt-get install -y gnupg2 && \
apt-get -yqq install ssh apt-get -yq install ssh && \
apt-get -yq install curl
ADD ./docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf ADD ./docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
......
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