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
|
RUN mkdir /platform
|
||||||
COPY antos-release/ /
|
COPY antos-release/ /
|
||||||
RUN tar -xzf /build/$tag/AntOS_$(uname -m).tar.gz -C /platform/
|
RUN tar -xzf /build/$tag/AntOS_$(uname -m).tar.gz -C /platform/
|
||||||
|
RUN chown -R root:root /platform
|
||||||
RUN tree /platform
|
RUN tree /platform
|
||||||
|
RUN ls -al /platform
|
||||||
|
|
||||||
FROM busybox:stable-glibc
|
FROM busybox:stable-glibc
|
||||||
#copy all necessary libraries
|
#copy all necessary libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user