mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
compile all
This commit is contained in:
parent
ce18183daa
commit
d31ab5139d
@ -24,7 +24,8 @@ RUN export MAKEFLAGS="-j$(nproc)" \
|
||||
|
||||
# Install 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
|
||||
|
||||
# Initialize udev daemon, handle CMD
|
||||
COPY entry.sh /bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user