Update Dockerfile

This commit is contained in:
dany 2023-11-21 15:00:55 +01:00
parent 28cc042647
commit e52a872abc

View File

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