diff --git a/Dockerfile b/Dockerfile index 3407f9f..46a6b03 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 --allow-remove-essential libc-bin +RUN apt-get remove --purge --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