@@ -12,10 +12,10 @@ jobs:
|
||||
container:
|
||||
image: debian:stable-slim
|
||||
steps:
|
||||
- name: manually install nodeJS & git
|
||||
- name: install prerequisites
|
||||
run: |
|
||||
apt update
|
||||
apt install -yq nodejs git
|
||||
apt install -yq nodejs git curl
|
||||
|
||||
- name: manually install docker-ce-cli
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user