mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
changed dockerfile and init-cp run
This commit is contained in:
parent
e5d5f10038
commit
a7a0f927ec
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -46,4 +46,3 @@ schema:
|
|||
- str?
|
||||
init_commands:
|
||||
- str?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue