the file doesnt have 99 lines.... ffs

This commit is contained in:
Richard Sperry 2025-04-14 21:16:53 -07:00
parent 528170b01e
commit c1a04c4297

View file

@ -64,7 +64,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
RUN chown -R root:root /etc/s6-overlay/s6-rc.d/
RUN chmod 755 -R /etc/s6-overlay/s6-rc.d/
# Install Oh My ZSH
# hadolint ignore=SC2086
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" \