Update Dockerfile

This commit is contained in:
dany 2023-11-21 14:58:43 +01:00
parent d165bc4f00
commit 28cc042647

View File

@ -3,7 +3,7 @@ ARG tag
COPY deps/ / COPY deps/ /
# fix libc-bin bug on ARM64 # fix libc-bin bug on ARM64
RUN apt-get remove --purge --allow-remove-essential libc-bin RUN apt remove --purge --allow-remove-essential --yes libc-bin
RUN dpkg --purge libc-bin RUN dpkg --purge libc-bin
RUN apt install libc-bin --yes --no-install-recommends RUN apt install libc-bin --yes --no-install-recommends
RUN rm /var/cache/ldconfig/aux-cache RUN rm /var/cache/ldconfig/aux-cache