File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ USER dev
6666
6767WORKDIR /home/dev
6868
69- RUN echo export DOCKER_HOST=unix:///run/user/$user_id/podman/podman.sock >>/home/$user_name/.bashrc
70-
7169RUN echo '/home/dev/.ssh/id_rsa' | ssh-keygen -t rsa -b 2048 -C "${USER_EMAIL}"
7270RUN git config --global user.email ${USER_EMAIL}
7371RUN git config --global user.name "${USER_NAME}"
@@ -94,4 +92,5 @@ RUN set -ex \
9492 && tar xzf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz -C /home/dev/cmake --strip-components=1 \
9593 && rm -rf cmake-${CMAKE_VERSION}*
9694
97- RUN echo 'export PATH=/home/dev/bin:/home/dev/cmake/bin:$PATH' >> /home/dev/.bashrc
95+ RUN echo 'export DOCKER_HOST=unix:///run/user/$user_id/podman/podman.sock' >> /home/$USER_NAME/.bashrc
96+ RUN echo 'export PATH=/home/dev/bin:/home/dev/cmake/bin:$PATH' >> /home/$USER_NAME/.bashrc
You can’t perform that action at this time.
0 commit comments