Skip to content

Commit

Permalink
echo to /home/podman bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasCote committed Mar 14, 2024
1 parent 7a1b8ae commit 29ca72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN cd /home/podman && mkdir actions-runner && cd actions-runner && \
tar xzf ./actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz && \
chown -R podman ~podman && /home/podman/actions-runner/bin/installdependencies.sh

RUN echo 'alias docker=podman' >> ~/.bashrc
RUN echo 'alias docker=podman' >> /home/podman/.bashrc

COPY start.sh start.sh

Expand Down

0 comments on commit 29ca72e

Please sign in to comment.