From c2db02c88329f29952dab3cec63cbd919416dab2 Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 13 Mar 2023 21:19:27 -0700 Subject: [PATCH] use slim base --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ce3e0c..3da1a57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN \ mkdir /root-out && \ curl -o \ /rootfs.tar.gz -L \ - https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/rootfs.tar.xz && \ + https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/slim/rootfs.tar.xz && \ tar xf \ /rootfs.tar.gz -C \ /root-out && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1608be8..0de0107 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -19,7 +19,7 @@ RUN \ mkdir /root-out && \ curl -o \ /rootfs.tar.gz -L \ - https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/rootfs.tar.xz && \ + https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/slim/rootfs.tar.xz && \ tar xf \ /rootfs.tar.gz -C \ /root-out && \