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 4ff1e86 commit f9c4407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/$user_id/podman/podman.sock' >> /home/$USER_NAME/.bashrc
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

0 comments on commit f9c4407

Please sign in to comment.