Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwinarske authored Oct 31, 2024
1 parent f9c4407 commit 602073f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-20-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ RUN set -ex \
&& tar xzf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz -C /home/dev/cmake --strip-components=1 \
&& rm -rf cmake-${CMAKE_VERSION}*

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

0 comments on commit 602073f

Please sign in to comment.