Add Raspberry Pi 5 specific container image (#105488)

This commit is contained in:
Stefan Agner 2023-12-11 17:39:48 +01:00 committed by GitHub
parent d1ea04152a
commit 837ce99e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

8
machine/raspberrypi5-64 Normal file
View file

@ -0,0 +1,8 @@
ARG \
BUILD_FROM
FROM $BUILD_FROM
RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs