diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 209cf78..7accc5a 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -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: |