feat(build): use debian slim

!4
This commit is contained in:
2023-05-21 02:38:05 +09:30
parent 5f80d34f4e
commit d352f0e899

View File

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM debian:11.7
FROM --platform=$TARGETPLATFORM debian:11.7-slim
ARG DEBIAN_FRONTEND=noninteractive
@ -21,6 +21,5 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
apt-get update && apt-get install -y \
docker-buildx-plugin \
docker-ce-cli \
#qemu-user
binfmt-support=2.2.1-1+deb11u1 \
qemu-user-static=1:7.2+dfsg-7~bpo11+1