From 7322c5dd111da0e95d587416ef7bbcd8b624e819 Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 21 Nov 2023 15:25:29 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 24103a3..13e8135 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,13 +2,6 @@ FROM ubuntu:jammy AS deploy-env 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 dpkg -i /libssl1.1_1.1.1f-$(uname -m).deb # manual install libssl1.1 RUN apt-get update && apt-get --yes --no-install-recommends install libsqlite3-0 zlib1g libreadline8 wget libvncclient1 libjpeg-turbo8 openssh-client tar tree @@ -66,7 +59,7 @@ COPY antos-release/ / RUN tar -xzf /build/$tag/AntOS_$(uname -m).tar.gz -C /platform/ RUN tree /platform -FROM busybox:stable-glibc +FROM busybox: stable-glibc #copy all necessary libraries COPY --from=deploy-env /ulib/ /lib/ COPY --from=deploy-env /bin/wget /bin/