Skip to content

Commit ec4296a

Browse files
committed
Adds -p for ssh issues
1 parent 2f9ec1b commit ec4296a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ ENV PATH="/custom-scripts:${PATH}"
197197
# Create SSH directory
198198
# SSH keys for deploys or auth are set in entrypoint.sh
199199

200-
RUN mkdir /root/.ssh && \
200+
RUN mkdir -p /root/.ssh && \
201201
chmod 700 /root/.ssh
202202

203203
# force CI jobs to source root's .bashrc, which will enable NVM

0 commit comments

Comments
 (0)