Commit 2accc911 by nabil el mahiri

using npm login

parent 8a9fa55f
Pipeline #352 failed with stages
in 2 minutes 57 seconds
...@@ -53,6 +53,8 @@ COPY package*.json /atlasvoyages/ ...@@ -53,6 +53,8 @@ COPY package*.json /atlasvoyages/
# Take an SSH key as a build argument. # Take an SSH key as a build argument.
ARG SSH_PRIVATE_KEY ARG SSH_PRIVATE_KEY
RUN echo exit 0 > /usr/sbin/policy-rc.d
RUN apt-get update && apt-get install -y openssh-server RUN apt-get update && apt-get install -y openssh-server
# 1. Create the SSH directory. # 1. Create the SSH directory.
# 2. Populate the private key file. # 2. Populate the private key file.
......
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