mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-26 09:16:07 +02:00
correct
This commit is contained in:
@@ -15,15 +15,7 @@ RUN \
|
|||||||
| tar -xzf - --strip 1 -C /tmp/bashio \
|
| tar -xzf - --strip 1 -C /tmp/bashio \
|
||||||
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
||||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||||
&& rm -rf /tmp/bashio \
|
&& rm -rf /tmp/bashio
|
||||||
\
|
|
||||||
########################
|
|
||||||
# Prepares environment #
|
|
||||||
########################
|
|
||||||
# && git clone -b develop https://github.com/freqtrade/freqtrade.git \
|
|
||||||
# && cd freqtrade \
|
|
||||||
# && ./setup.sh --install \
|
|
||||||
&& chmod a+x /run.sh
|
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|||||||
Reference in New Issue
Block a user