mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 05:00:17 -04:00
Switch from wget to curl in Dockerfile and make sure archives are overwritten
This is one possible solution to issue #422
This commit is contained in:
parent
1bf3e73373
commit
7c7ecdc8db
11
Dockerfile
11
Dockerfile
@ -8,10 +8,9 @@ RUN yum -y install \
|
|||||||
iscsi-initiator-utils grub2-tools zip nasm acpica-tools glibc-static zlib-static
|
iscsi-initiator-utils grub2-tools zip nasm acpica-tools glibc-static zlib-static
|
||||||
|
|
||||||
CMD cd /ventoy \
|
CMD cd /ventoy \
|
||||||
&& wget -P DOC/ https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz \
|
&& curl -L https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz > DOC/dietlibc-0.34.tar.xz \
|
||||||
&& wget -P GRUB2/ https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz \
|
&& curl -L https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz > GRUB2/grub-2.04.tar.xz \
|
||||||
&& wget -O EDK2/edk2-edk2-stable201911.zip https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911 \
|
&& curl -L https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911 > EDK2/edk2-edk2-stable201911.zip \
|
||||||
&& wget -O ExFAT/exfat-1.3.0.zip https://codeload.github.com/relan/exfat/zip/v1.3.0 \
|
&& curl -L https://codeload.github.com/relan/exfat/zip/v1.3.0 > ExFAT/exfat-1.3.0.zip \
|
||||||
&& wget -O ExFAT/libfuse-fuse-2.9.9.zip https://codeload.github.com/libfuse/libfuse/zip/fuse-2.9.9 \
|
&& curl -L https://codeload.github.com/libfuse/libfuse/zip/fuse-2.9.9 > ExFAT/libfuse-fuse-2.9.9.zip \
|
||||||
&& cd INSTALL && ls -la && sh all_in_one.sh
|
&& cd INSTALL && ls -la && sh all_in_one.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user