We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602073f commit 53cf2cdCopy full SHA for 53cf2cd
ubuntu-20-dev/Dockerfile
@@ -92,5 +92,4 @@ RUN set -ex \
92
&& tar xzf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz -C /home/dev/cmake --strip-components=1 \
93
&& rm -rf cmake-${CMAKE_VERSION}*
94
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