Update 'Dockerfile'

This commit is contained in:
dany 2022-08-05 12:44:32 +02:00
parent 35387129fe
commit 2b24e44419

View File

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