mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 18:08:16 +01:00
Update Dockerfile
This commit is contained in:
@@ -19,13 +19,7 @@ RUN apk add --no-cache \
|
||||
\
|
||||
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||
&& rm -fr /tmp/bashio.tar.gz \
|
||||
\
|
||||
# Install Flood
|
||||
&& echo "Install Flood for Transmission" \
|
||||
&& mkdir -p /opt/transmission-ui \
|
||||
&& wget -qO- https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.tar.gz | tar xz -C /opt/transmission-ui
|
||||
|
||||
&& rm -fr /tmp/bashio.tar.gz
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
Reference in New Issue
Block a user