diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 945c73b..954269d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: options: --privileged steps: - name: Set Up Dependencies - run: apk add --no-cache nodejs bash + run: apk add --no-cache nodejs bash curl - name: Start Docker run: |