You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-54148][INFRA] Add libwebp-dev to all dev/spark-test-image/*/Dockerfile
### What changes were proposed in this pull request?
This PR aims to add `libwebp-dev` to all `dev/spark-test-image/*/Dockerfile`.
### Why are the changes needed?
Like we hit this issue before, this happens at all related docker images.
- #52290
- #52838
I checked `dev` directory.
- https://github.com/apache/spark/tree/branch-4.1/dev
To put it simply consistent with `spark-rm/Dockerfile` behavior, we need this additionally 13 places because `libwebp-dev` is used only 3 times while `libtiff5-dev` is used 16 times.
```
$ git grep libtiff5-dev dev | wc -l
16
$ git grep libwebp-dev dev | wc -l
3
```
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#52846 from dongjoon-hyun/SPARK-54148.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit f5bd5d0)
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments