This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit ec81f92
authored
fix: provisioning tests (#1056)
The provisioning tests were failing with the following
error:
> The following packages have unmet dependencies:
> docker-ce : Depends: containerd.io (>= 1.6.4)
This change attempts to fix the error by installing
containerd.io.1 parent 9579ab4 commit ec81f92
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments