debian-packages/.woodpecker/debian-pack.df
leafee98 e15d6e89f3
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful
disable build for dendrite, update image
2023-04-13 13:45:08 +08:00

7 lines
202 B
Plaintext

FROM debian:bullseye-slim
RUN apt update && \
apt install --yes curl fakeroot ca-certificates gettext git binutils xz-utils bzip2 zstd unzip && \
apt clean && \
rm -rf /var/lib/apt/lists/*