diff --git a/Dockerfile b/Dockerfile index 676e917..54225f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,5 +100,5 @@ RUN echo "**** install apt-utils and locales ****" && \ # add local files COPY root/ / - +RUN find /etc/s6-overlay/s6-rc.d/ -type f \( -name "run" -o -name "up" \) -exec chmod +x {} + ENTRYPOINT ["/init"] \ No newline at end of file diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ba047cc..bc9dded 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -100,5 +100,5 @@ RUN echo "**** install apt-utils and locales ****" && \ # add local files COPY root/ / - +RUN find /etc/s6-overlay/s6-rc.d/ -type f \( -name "run" -o -name "up" \) -exec chmod +x {} + ENTRYPOINT ["/init"] \ No newline at end of file