fix: correct Antos base files permission bug

This commit is contained in:
dany 2024-01-19 10:46:23 +01:00
parent 0e9999a4c4
commit 3ea90c0daa
1 changed files with 2 additions and 0 deletions

View File

@ -57,7 +57,9 @@ RUN cp -rf /lib/*-linux-*/libkeyutils*.so* /ulib
RUN mkdir /platform
COPY antos-release/ /
RUN tar -xzf /build/$tag/AntOS_$(uname -m).tar.gz -C /platform/
RUN chown -R root:root /platform
RUN tree /platform
RUN ls -al /platform
FROM busybox:stable-glibc
#copy all necessary libraries