the file doesnt have 99 lines.... ffs

This commit is contained in:
Richard Sperry 2025-04-14 21:50:32 -07:00
parent 9235d7dc13
commit a0795cd244
2 changed files with 2 additions and 1 deletions

View file

@ -66,6 +66,7 @@ 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)" \