Updated ReactOS to v0.4.14-RC-67

This commit is contained in:
Héctor Molinero Fernández 2021-05-25 21:41:46 +02:00
parent e2e4cfa564
commit 89493c8540

View File

@ -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