fix: use 'docker' not 'docker-cli' (correct Alpine package name)
Build and push runner images / build-runners (pull_request) Failing after 9s
Build and push runner images / build-runners (pull_request) Failing after 9s
This commit is contained in:
@@ -7,7 +7,7 @@ USER root
|
||||
RUN apk update && apk add --no-cache \
|
||||
nodejs \
|
||||
npm \
|
||||
docker-cli
|
||||
docker
|
||||
|
||||
# Verify installations
|
||||
RUN docker --version && node --version && git --version
|
||||
|
||||
Reference in New Issue
Block a user