Install sudo and run rootless
Some checks failed
ci / docker (push) Failing after 20s

This commit is contained in:
Eric Meehan 2025-02-14 11:44:38 -05:00
parent 2f0a4ea2e6
commit 573f58fd5d

View File

@ -12,6 +12,11 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Install sudo
run: |
apt-get update -y
apt-get install -y sudo
- name: Setup docker
uses: docker/setup-docker-action@v4
with: