Force overwrite symlink for remote podman binary

This commit is contained in:
Ethan Paul
2026-04-13 15:43:20 -04:00
parent fcd2779c85
commit 694be4b410

View File

@@ -69,4 +69,4 @@ RUN bash /tmp/github-install.bash && \
ADD profile.d/*.sh /etc/profile.d/ ADD profile.d/*.sh /etc/profile.d/
RUN ln -s /usr/bin/podman-remote /usr/bin/podman RUN ln -fs /usr/bin/podman-remote /usr/bin/podman