mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
the file doesnt have 99 lines.... ffs
This commit is contained in:
parent
528170b01e
commit
c1a04c4297
1 changed files with 2 additions and 1 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue