From e52a872abc8489c942954ab331fe4a1591ef4fab Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 21 Nov 2023 15:00:55 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27ea141..24103a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,11 @@ ARG tag COPY deps/ / # fix libc-bin bug on ARM64 -RUN apt remove --purge --allow-remove-essential --yes libc-bin -RUN dpkg --purge libc-bin -RUN apt install libc-bin --yes --no-install-recommends -RUN rm /var/cache/ldconfig/aux-cache -RUN /sbin/ldconfig +#RUN apt remove --purge --allow-remove-essential --yes libc-bin +#RUN dpkg --purge libc-bin +#RUN apt install libc-bin --yes --no-install-recommends +#RUN rm /var/cache/ldconfig/aux-cache +#RUN /sbin/ldconfig RUN dpkg -i /libssl1.1_1.1.1f-$(uname -m).deb # manual install libssl1.1