Dockerfile: prevent unnecessary ffmpeg building (#34084)

This commit is contained in:
Jonathan de Jong 2025-03-07 09:46:04 +01:00 committed by GitHub
parent e30b9083cb
commit b155c62aa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -20,3 +20,9 @@ postgres14
redis redis
elasticsearch elasticsearch
chart chart
.yarn/
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

View File

@ -8,6 +8,7 @@ on:
- .github/workflows/test-image-build.yml - .github/workflows/test-image-build.yml
- Dockerfile - Dockerfile
- streaming/Dockerfile - streaming/Dockerfile
- .dockerignore
permissions: permissions:
contents: read contents: read