mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 08:06:30 +00:00
Compile only hassio
This commit is contained in:
parent
d31ab5139d
commit
51efcefdab
@ -25,7 +25,7 @@ RUN export MAKEFLAGS="-j$(nproc)" \
|
|||||||
# Install HassIO
|
# Install HassIO
|
||||||
COPY . /usr/src/hassio
|
COPY . /usr/src/hassio
|
||||||
RUN pip3 install --no-cache-dir -e /usr/src/hassio \
|
RUN pip3 install --no-cache-dir -e /usr/src/hassio \
|
||||||
&& python3 -m compileall /usr/src/hassio
|
&& python3 -m compileall /usr/src/hassio/hassio
|
||||||
|
|
||||||
# Initialize udev daemon, handle CMD
|
# Initialize udev daemon, handle CMD
|
||||||
COPY entry.sh /bin/
|
COPY entry.sh /bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user