mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-07 01:24:49 +00:00
Update ReactOS to v0.4.14-94
This commit is contained in:
parent
883b7e28e6
commit
77a3b127f1
@ -65,8 +65,8 @@ RUN curl -Lo /tmp/busybox.exe "${BUSYBOX_EXE_URL:?}"
|
||||
RUN printf '%s' "${BUSYBOX_EXE_CHECKSUM:?} /tmp/busybox.exe" | sha256sum -c
|
||||
|
||||
# Download and install ReactOS
|
||||
ARG REACTOS_ISO_URL=https://downloads.sourceforge.net/reactos/ReactOS-0.4.14-release-69-gb386549-iso.zip
|
||||
ARG REACTOS_ISO_CHECKSUM=ec41d4b6ace2ca0e23e8a5fba6d541dea8b6df32b5bafe3f2e462a8ce87241ea
|
||||
ARG REACTOS_ISO_URL=https://downloads.sourceforge.net/reactos/ReactOS-0.4.14-release-94-g4a1fc52-iso.zip
|
||||
ARG REACTOS_ISO_CHECKSUM=7310825cd64f67d8ebd41adb61da7cde4160f41744eb4d68bdee83bdf8fff82e
|
||||
RUN curl -Lo /tmp/reactos.zip "${REACTOS_ISO_URL:?}"
|
||||
RUN printf '%s' "${REACTOS_ISO_CHECKSUM:?} /tmp/reactos.zip" | sha256sum -c
|
||||
RUN 7z e /tmp/reactos.zip -so '*.iso' > /tmp/reactos.iso \
|
||||
|
Loading…
Reference in New Issue
Block a user