Skip to content

Commit 456dde3

Browse files
author
Jonathan Visser
committed
Fix syntax for switching magento versions to test
1 parent 6a95efa commit 456dde3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/build/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ RUN apt-get install -y --no-install-recommends \
8484
# Confirm NodeJS & NPM are installed
8585
RUN node -v && npm -v
8686

87+
COPY id_ed25519 /root/.ssh/id_rsa
88+
RUN mkdir -p /root/.ssh \
89+
&& chmod -vf 700 /root/.ssh \
90+
&& (chmod -vf 600 /root/.ssh/* || true) \
91+
&& chmod -vf 700 /etc/ssh \
92+
&& chmod -vf 600 /etc/ssh/*
93+
8794
COPY ./.git /hypernode/.git
8895
COPY ./bin /hypernode/bin
8996
COPY ./ci /hypernode/ci

0 commit comments

Comments
 (0)