mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
usbutils
|