From 3ea90c0daad394307892878750a59d3f0b31e806 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 19 Jan 2024 10:46:23 +0100 Subject: [PATCH] fix: correct Antos base files permission bug --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index be275c4..c3b50f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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