mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
Cleanup data from repository (#347)
* Cleanup data from repository * Update Dockerfile
This commit is contained in:
@@ -5,9 +5,11 @@ FROM $BUILD_FROM
|
||||
COPY run.sh /
|
||||
COPY mosquitto.conf /etc/
|
||||
COPY customtts.sh /usr/bin
|
||||
COPY assistant_* /
|
||||
|
||||
RUN chmod a+x /run.sh \
|
||||
&& curl -L -o /assistant_Hass_de.zip https://s3.amazonaws.com/hassio-addons-data/assistant_Hass_de.zip \
|
||||
&& curl -L -o /assistant_Hass_en.zip https://s3.amazonaws.com/hassio-addons-data/assistant_Hass_en.zip \
|
||||
&& curl -L -o /assistant_Hass_fr.zip https://s3.amazonaws.com/hassio-addons-data/assistant_Hass_fr.zip \
|
||||
&& chmod a+x /usr/bin/customtts.sh \
|
||||
&& apt-get update \
|
||||
&& (apt-get install -y mpg123 snips-asr-injection; exit 0) \
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user