Commit 2f2c22c
committed
CI: Install wget package for Alpine Linux
Recently, we have been transitioning from using curl to wget for
downloading files from remote hosts. However, the version of wget
provided by Alpine Linux is actually a Busybox implementation, which
lacks many features found in the full wget package.
Error messages:
#15 [linux/amd64 base_gcc 5/6] RUN make ENABLE_SDL=0
#15 0.207 Check the file build/.config for configured items.
#15 0.360 Fetching prebuilt executables from "rv32emu-prebuilt" ...
#15 0.361 wget: unrecognized option: show-progress
This commit attempts to install wget package instead.1 parent 10bc401 commit 2f2c22c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments