Skip to content

Commit

Permalink
workaround runc regression on gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
gclayburg committed Aug 12, 2021
1 parent 9dc3b4f commit a3b3fe8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fixrunc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
curl -o olderrunc -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc93/runc.amd64
chmod 755 olderrunc
sudo cp -p /usr/bin/runc runc.1.0.1.orig
sudo cp olderrunc /usr/bin/runc

0 comments on commit a3b3fe8

Please sign in to comment.