Add support for new audo layer (#1153)

* Add support for new audo layer

* Add layer

* restucture

* better struct

* Improve devcontainer

* Fix container

* Fix LN

* disable lint

* ignore
This commit is contained in:
Pascal Vizeli
2020-03-01 13:08:12 +01:00
committed by GitHub
parent 9f04efe3fa
commit c853fcef65
30 changed files with 238 additions and 187 deletions

View File

@@ -16,6 +16,8 @@ RUN \
\
&& apk add --no-cache \
bash-completion \
pulseaudio-utils \
alsa-plugins-pulse \
git \
libuv \
mosquitto-clients \
@@ -77,11 +79,4 @@ RUN curl -Lso /usr/bin/ha \
&& /usr/bin/ha completion > /usr/share/bash-completion/completions/ha
# Copy data
COPY data/.tmux.conf /root/
COPY data/hassio /usr/bin/
COPY data/homeassistant.sh /etc/profile.d/
COPY data/motd /etc/
COPY data/run.sh /
COPY data/sshd_config /etc/ssh/
CMD [ "/run.sh" ]
COPY rootfs /