File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ RUN mkdir -p /opt/spack-environment \
5353&& echo " - cprnc" \
5454&& echo " - yaml-cpp" \
5555&& echo " - fmt" \
56- && echo " - openssh" \
5756&& echo " - spdlog" \
5857&& echo " " \
5958&& echo " specs:" \
@@ -105,10 +104,7 @@ ENV USER=ghciocitester
105104
106105RUN git config --global user.email "${USER}@${USER}.${USER}"
107106RUN git config --global user.name "${USER}"
108-
109- RUN ssh-keygen -t rsa -b 4096 -f /root/.ssh/id_rsa -N ""
110- RUN cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys
111- RUN chmod 600 /root/.ssh/authorized_keys
107+ RUN git config --global url.
"https://github.com/" .insteadOf
"[email protected] :" 112108
113109ARG DEBIAN_FRONTEND=noninteractive
114110ENV TZ=America/Los_Angeles
You can’t perform that action at this time.
0 commit comments