Commit 472fced
committed
fix(ci): purge unused dependencies
Jobs such as host image build fail as `docker-buildx-plugin` is
installed when attempting to install `docker-buildx`. As they share the
same path the task fails. Purging unused packages avoid this issue.
```
trying to overwrite '/usr/libexec/docker/cli-plugins/docker-buildx', which is also in package docker-buildx-plugin 0.29.1-1~ubuntu.22.04~jammy
```1 parent b0868db commit 472fced
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
215 | 224 | | |
216 | 225 | | |
217 | 226 | | |
| |||
0 commit comments