Update Dockerfile
This commit is contained in:
parent
2607dcb459
commit
ef7ddf4c9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user