debian-packages/.woodpecker/debian-pack.df
leafee98 14dadd779f
Some checks failed
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline failed
modify build script and update ci
2023-04-13 13:04:51 +08:00

7 lines
146 B
Plaintext

FROM debian:bullseye-slim
RUN apt update && \
apt install --yes curl ca-certificates && \
apt clean && \
rm -rf /var/lib/apt/lists/*