Skip to content

Commit 602073f

Browse files
authored
Update Dockerfile
1 parent f9c4407 commit 602073f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ubuntu-20-dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ RUN set -ex \
9292
&& tar xzf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz -C /home/dev/cmake --strip-components=1 \
9393
&& rm -rf cmake-${CMAKE_VERSION}*
9494

95-
RUN echo 'export DOCKER_HOST=unix:///run/user/$RUNNER_USER_UID/podman/podman.sock' >> /home/$USER_NAME/.bashrc
96-
RUN echo 'export PATH=/home/dev/bin:/home/dev/cmake/bin:$PATH' >> /home/$USER_NAME/.bashrc
95+
RUN echo 'export DOCKER_HOST=unix:///run/user/$RUNNER_USER_UID/podman/podman.sock' >> /home/dev/.bashrc
96+
RUN echo 'export PATH=/home/dev/bin:/home/dev/cmake/bin:$PATH' >> /home/dev/.bashrc

0 commit comments

Comments
 (0)