mirror of
https://github.com/home-assistant/core.git
synced 2025-07-02 19:07:27 +00:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/i386-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
usbutils
|