Commit 70baf4f1 authored by Kroese's avatar Kroese
Browse files

Download extractor

parent 9eda4c46
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ FROM debian:bookworm-20230320-slim
RUN apt-get update && apt-get -y upgrade && \
    apt-get --no-install-recommends -y install \
	jq \
	curl \
	cpio \
	wget \
	unzip \
	procps \
@@ -45,10 +47,6 @@ RUN ["chmod", "+x", "/run/qemu-ifup"]
RUN ["chmod", "+x", "/run/qemu-ifdown"]
RUN ["chmod", "+x", "/run/generate-dhcpd-conf"]

COPY extract/lib* /run/extract/
COPY extract/scemd /run/extract/syno_extract_system_patch
RUN ["chmod", "+x", "/run/extract/syno_extract_system_patch"]

COPY disks/template.img.xz /data/

VOLUME /storage

extract/libcurl.so.4

deleted100644 → 0
−443 KiB

File deleted.

extract/libmbedcrypto.so.5

deleted100644 → 0
−220 KiB

File deleted.

extract/libmbedtls.so.13

deleted100644 → 0
−63.2 KiB

File deleted.

extract/libmbedx509.so.1

deleted100644 → 0
−103 KiB

File deleted.

Loading