Reduce dependencies for docker build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2025-03-19 10:48:50 +07:00
parent c9d688c115
commit 0334a411cf
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -518,7 +518,7 @@ jobs:
name: docker-logs-ws
path: ./ws-tests/sanity/logs
docker-build:
needs: [build, test, svelte-check]
needs: [uitest-workspaces]
runs-on: ubuntu-latest
timeout-minutes: 60
steps: