From d352f0e899d5da43a23ebe25167718f947149cf4 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 21 May 2023 02:38:05 +0930 Subject: [PATCH] feat(build): use debian slim !4 --- dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index 3f56515..3302c17 100644 --- a/dockerfile +++ b/dockerfile @@ -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