diff --git a/.gitea/workflows/build-docker-image.yml b/.gitea/workflows/build-docker-image.yml index bfc9248..418714c 100644 --- a/.gitea/workflows/build-docker-image.yml +++ b/.gitea/workflows/build-docker-image.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Install required tools - run: apk add --no-cache git nodejs npm + run: apk add --no-cache git nodejs npm curl # 1. Check out the repo - uses: actions/checkout@v4