Commit e247f4da by nabil el mahiri

using npm login

parent 28ad2489
Pipeline #361 failed with stages
in 5 minutes 0 seconds
......@@ -5,10 +5,12 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
# Installing supervisord
RUN apt-get install -y supervisor && apt-get install -y gnupg2
ADD ./docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN apt-get install -y supervisor && \
apt-get install -y gnupg2 && apt-get install -y gnupg2 && \
apt-get -yqq install ssh
ADD ./docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN DEBIAN_FRONTEND=noninteractive apt-get -yq install net-tools nginx lsb-release
RUN rm -f /etc/nginx/fastcgi.conf /etc/nginx/fastcgi_params && \
......
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