mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Updated ReactOS to v0.4.14-RC-67
This commit is contained in:
parent
e2e4cfa564
commit
89493c8540
@ -30,8 +30,8 @@ RUN printf '%s' "${WEBSOCKIFY_TARBALL_CHECKSUM:?} /tmp/websockify.tgz" | sha256
|
||||
RUN mkdir /tmp/websockify/ && tar -xzf /tmp/websockify.tgz --strip-components=1 -C /tmp/websockify/
|
||||
|
||||
# Download ReactOS ISO
|
||||
ARG REACTOS_ISO_URL=https://downloads.sourceforge.net/project/reactos/ReactOS/0.4.14/ReactOS-0.4.14-RC-64-g44e1f96-iso.zip
|
||||
ARG REACTOS_ISO_CHECKSUM=fb20bed4c68e91f82b39a37845bcf1eea95a3d45036c94c220fcf4283bb5ceda
|
||||
ARG REACTOS_ISO_URL=https://downloads.sourceforge.net/project/reactos/ReactOS/0.4.14/ReactOS-0.4.14-RC-67-gef623b1-iso.zip
|
||||
ARG REACTOS_ISO_CHECKSUM=07a68ab9d64c7f7e26e5a15a57c260ac8c453eb1335c490f1726efd3e7122a26
|
||||
RUN curl -Lo /tmp/reactos.zip "${REACTOS_ISO_URL:?}"
|
||||
RUN printf '%s' "${REACTOS_ISO_CHECKSUM:?} /tmp/reactos.zip" | sha256sum -c
|
||||
RUN unzip -p /tmp/reactos.zip 'ReactOS-*.iso' > /tmp/reactos.iso
|
||||
|
Loading…
Reference in New Issue
Block a user