Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: "No package docker available" on AL2 (#649)
Installing Docker on Amazon Linux 2 based images failed with: ``` 4.636 No package docker available. 4.879 Error: Nothing to do ------ Dockerfile:19 -------------------- 17 | 18 | COPY component5-Docker.sh /tmp 19 | >>> RUN /tmp/component5-Docker.sh 20 | 21 | COPY component6-GithubRunner.sh /tmp -------------------- ERROR: failed to solve: process "/bin/sh -c /tmp/component5-Docker.sh" did not complete successfully: exit code: 1 ``` Fixes #646
- Loading branch information