Skip to content

Commit 17902de

Browse files
committed
Add workaround to properly install docker.io
We need to install runc first.
1 parent e4416ac commit 17902de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ runs:
2828
sudo apt-get purge -y esl-erlang || true
2929
sudo apt-get install -y erlang rabbitmq-server || true
3030
shell: bash
31+
- name: Workaround for docker.io
32+
run: |
33+
sudo apt-get install -y runc || true
34+
shell: bash
3135
- name: Remove unwanted packages
3236
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
3337
shell: bash

0 commit comments

Comments
 (0)