Update Dockerfile

This commit is contained in:
dany 2023-11-21 15:26:23 +01:00
parent 7322c5dd11
commit 0e9999a4c4

View File

@ -59,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/