mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
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:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user