Commit 5405b49
committed
[SPARK-44175] Remove useless lib64 path link in dockerfile
### What changes were proposed in this pull request?
Remove useless lib64 path
### Why are the changes needed?
Address comments: docker-library/official-images#13089 (comment)
It was introduced by apache/spark@f13ea15 to address the issue about snappy on alpine OS, but we already switch the OS to ubuntu, so `/lib64` hack can be cleanup.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CI passed
Closes #48 from Yikun/rm-lib64-hack.
Authored-by: Yikun Jiang <[email protected]>
Signed-off-by: Yikun Jiang <[email protected]>1 parent 6022289 commit 5405b49
File tree
3 files changed
+0
-3
lines changed- 3.4.0/scala2.12-java11-ubuntu
- 3.4.1/scala2.12-java11-ubuntu
3 files changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments