From ef7ddf4c9c2c6543daa2ffc9d1f5907390ff39ab Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 21 Nov 2023 14:55:46 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f56c1d8..3407f9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG tag COPY deps/ / # fix libc-bin bug on ARM64 -RUN dpkg --remove --force-remove-reinstreq libc-bin +RUN dpkg --remove --force-remove-reinstreq --allow-remove-essential libc-bin RUN dpkg --purge libc-bin RUN apt install libc-bin --yes --no-install-recommends RUN rm /var/cache/ldconfig/aux-cache