Update 'Dockerfile'

This commit is contained in:
dany 2022-08-05 12:46:48 +02:00
parent 5fcb30974f
commit c39f6e389b

View File

@ -21,7 +21,7 @@ RUN cp -rf /lib/*-linux-*/libpsl* /ulib
RUN cp -rf /lib/*-linux-*/libunistring* /ulib RUN cp -rf /lib/*-linux-*/libunistring* /ulib
RUN mkdir /platform RUN mkdir /platform
COPY antos/ / COPY antos/ /
RUN cp /backend/$(uname -m)/ /platform RUN cp /backend/$(uname -m)/* /platform -rf
FROM busybox:stable-glibc FROM busybox:stable-glibc
#copy all necessary libraries #copy all necessary libraries