debian-packages/.woodpecker/debian-pack.df

11 lines
266 B
Plaintext
Raw Normal View History

FROM debian:bookworm-slim
2023-04-13 04:41:49 +00:00
RUN true \
&& apt update \
&& apt install --yes \
curl fakeroot ca-certificates gettext \
git binutils xz-utils bzip2 zstd unzip \
python3 \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*