fix: correct Antos base files permission bug
This commit is contained in:
parent
0e9999a4c4
commit
3ea90c0daa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user