File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,6 @@ RUN apt-get install -y --no-install-recommends \
84
84
# Confirm NodeJS & NPM are installed
85
85
RUN node -v && npm -v
86
86
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
-
94
87
COPY ./.git /hypernode/.git
95
88
COPY ./bin /hypernode/bin
96
89
COPY ./ci /hypernode/ci
Original file line number Diff line number Diff line change 10
10
export IMAGE_OS=" buster"
11
11
fi
12
12
13
- if [[ " ${PHP_VERSION:- 8.2} " == " 8.0" | " ${PHP_VERSION:- 8.2} " == " 8.1" ]]; then
13
+ if [[ " ${PHP_VERSION:- 8.2} " == " 8.0" || " ${PHP_VERSION:- 8.2} " == " 8.1" ]]; then
14
14
export MAGENTO_VERSION=" 2.4.6-p10"
15
15
else
16
16
export MAGENTO_VERSION=" 2.4.8"
You can’t perform that action at this time.
0 commit comments