Add uidmap dependency for rootless Docker

This commit is contained in:
Luke Parker
2025-08-09 12:49:56 -04:00
parent ecb7df85b0
commit 25324c3cd5

View File

@@ -49,6 +49,8 @@ runs:
run: | run: |
docker system prune -a --volumes docker system prune -a --volumes
sudo apt remove -y *docker* sudo apt remove -y *docker*
# Install uidmap which will be required for the explicitly installed Docker
sudo apt install uidmap
if: runner.os == 'Linux' if: runner.os == 'Linux'
- name: Update system dependencies - name: Update system dependencies