mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
ARG \
|
|
BUILD_FROM
|
|
|
|
FROM $BUILD_FROM
|
|
|
|
RUN apk --no-cache add \
|
|
raspberrypi-userland \
|
|
raspberrypi-userland-libs
|