use slim base

This commit is contained in:
thelamer 2023-03-13 21:19:27 -07:00
parent 27236d1feb
commit c2db02c883
2 changed files with 2 additions and 2 deletions

View File

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

View File

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