mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-07 14:38:48 +02:00
Combine dataparser and resampy
This commit is contained in:
@@ -95,8 +95,8 @@ RUN \
|
|||||||
# Execute installer
|
# Execute installer
|
||||||
/./newinstaller.sh && \
|
/./newinstaller.sh && \
|
||||||
\
|
\
|
||||||
# Install dateparser
|
# Install dateparser and resampy
|
||||||
$PYTHON_VIRTUAL_ENV /usr/bin/pip3 install dateparser && \
|
$PYTHON_VIRTUAL_ENV /usr/bin/pip3 install dateparser resampy && \
|
||||||
\
|
\
|
||||||
# Adapt for lsio usage of /app
|
# Adapt for lsio usage of /app
|
||||||
if [ -d /app ]; then rm -r /app; fi && \
|
if [ -d /app ]; then rm -r /app; fi && \
|
||||||
@@ -108,10 +108,7 @@ RUN \
|
|||||||
\
|
\
|
||||||
# Cleanup
|
# Cleanup
|
||||||
apt-get clean all && \
|
apt-get clean all && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/*
|
||||||
\
|
|
||||||
# Install resampy
|
|
||||||
$PYTHON_VIRTUAL_ENV /usr/bin/pip3 install resampy
|
|
||||||
|
|
||||||
# Add PR
|
# Add PR
|
||||||
#RUN \
|
#RUN \
|
||||||
|
|||||||
Reference in New Issue
Block a user