debian #1

Merged
pi-farm merged 6 commits from debian into main 2026-03-17 18:49:38 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1f9e46acc8 - Show all commits

View File

@@ -100,5 +100,5 @@ RUN echo "**** install apt-utils and locales ****" && \
# add local files # add local files
COPY root/ / COPY root/ /
RUN find /etc/s6-overlay/s6-rc.d/ -type f \( -name "run" -o -name "up" \) -exec chmod +x {} +
ENTRYPOINT ["/init"] ENTRYPOINT ["/init"]

View File

@@ -100,5 +100,5 @@ RUN echo "**** install apt-utils and locales ****" && \
# add local files # add local files
COPY root/ / COPY root/ /
RUN find /etc/s6-overlay/s6-rc.d/ -type f \( -name "run" -o -name "up" \) -exec chmod +x {} +
ENTRYPOINT ["/init"] ENTRYPOINT ["/init"]