Download extractor

This commit is contained in:
Kroese
2023-04-02 08:28:31 +02:00
parent 653108e4a7
commit 570fb981eb
3 changed files with 26 additions and 7 deletions

View File

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