Skip to content

Commit

Permalink
just skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 14, 2024
1 parent e03d8a8 commit f9ca93f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
# https://github.com/containers/podman/issues/2788#issuecomment-1016301663
- name: Workaround https://github.com/containers/podman/issues/2788#issuecomment-1016301663
run: |
set -x
getcap /usr/bin/new[gu]idmap
ls -AlF /usr/bin/new[gu]idmap
sudo chmod u-s /usr/bin/new[gu]idmap
sudo setcap cap_setuid+ep /usr/bin/newuidmap
sudo setcap cap_setgid+ep /usr/bin/newgidmap
Expand Down

0 comments on commit f9ca93f

Please sign in to comment.