Commit 2556452
committed
fix(docker): symlink GNU diff to override BusyBox on Alpine
BusyBox's diff at /bin/diff doesn't support --version flag required
by libvpx configure. GNU diffutils installs to /usr/bin/diff but
BusyBox takes precedence in PATH. Create symlink to ensure GNU diff
is used.1 parent 732c08f commit 2556452
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
0 commit comments