mirror of
https://github.com/elisspace/core.git
synced 2026-08-30 08:02:02 +00:00
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/armhf-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
usbutils
|