From c39f6e389b6f73366306c977426054bfbf933466 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 5 Aug 2022 12:46:48 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0484b03..cb45910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN cp -rf /lib/*-linux-*/libpsl* /ulib RUN cp -rf /lib/*-linux-*/libunistring* /ulib RUN mkdir /platform COPY antos/ / -RUN cp /backend/$(uname -m)/ /platform +RUN cp /backend/$(uname -m)/* /platform -rf FROM busybox:stable-glibc #copy all necessary libraries