mirror of
https://github.com/home-assistant/core.git
synced 2025-06-24 17:11:53 +02:00
Fix Raspberry Pi utilities installation on Alpine 3.19 (#110463)
This commit is contained in:
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
@ -4,5 +4,4 @@ ARG \
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi-userland \
|
raspberrypi-utils
|
||||||
raspberrypi-userland-libs
|
|
||||||
|
Reference in New Issue
Block a user