5 lines
110 B
Text
5 lines
110 B
Text
ARG BUILD_VERSION
|
|
FROM homeassistant/i386-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
usbutils
|