mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Add Raspberry Pi 5 specific container image (#105488)
This commit is contained in:
8
machine/raspberrypi5-64
Normal file
8
machine/raspberrypi5-64
Normal file
@ -0,0 +1,8 @@
|
||||
ARG \
|
||||
BUILD_FROM
|
||||
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN apk --no-cache add \
|
||||
raspberrypi-userland \
|
||||
raspberrypi-userland-libs
|
Reference in New Issue
Block a user