changed dockerfile and init-cp run

This commit is contained in:
Richard Sperry 2025-04-15 15:27:18 -07:00
parent e5d5f10038
commit a7a0f927ec
2 changed files with 2 additions and 4 deletions

View file

@ -65,9 +65,8 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then HA_CLI_URL="https://github.com/home
#Copy root file system
COPY rootfs /
RUN chown -R root:root /root \
&& chown -R root:root /etc/s6-overlay/s6-rc.d/ \
&& chmod 755 -R /etc/s6-overlay/s6-rc.d/
&& chown -R root:root /etc/s6-overlay/s6-rc.d/ \
&& chmod 755 -R /etc/s6-overlay/s6-rc.d/
# Install Oh My ZSH
# hadolint ignore=SC2086

View file

@ -46,4 +46,3 @@ schema:
- str?
init_commands:
- str?