Update Dockerfile
This commit is contained in:
parent
28cc042647
commit
e52a872abc
10
Dockerfile
10
Dockerfile
@ -3,11 +3,11 @@ ARG tag
|
|||||||
COPY deps/ /
|
COPY deps/ /
|
||||||
|
|
||||||
# fix libc-bin bug on ARM64
|
# fix libc-bin bug on ARM64
|
||||||
RUN apt remove --purge --allow-remove-essential --yes 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
|
||||||
RUN /sbin/ldconfig
|
#RUN /sbin/ldconfig
|
||||||
|
|
||||||
RUN dpkg -i /libssl1.1_1.1.1f-$(uname -m).deb
|
RUN dpkg -i /libssl1.1_1.1.1f-$(uname -m).deb
|
||||||
# manual install libssl1.1
|
# manual install libssl1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user