Update Dockerfile

This commit is contained in:
dany 2023-11-21 14:55:46 +01:00
parent 2607dcb459
commit ef7ddf4c9c

View File

@ -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