mirror of
https://github.com/linuxserver/docker-baseimage-debian.git
synced 2026-02-19 16:57:21 +08:00
use slim base
This commit is contained in:
parent
27236d1feb
commit
c2db02c883
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user