Skip to content

Commit 07e16ab

Browse files
authored
Fix Raspberry Pi utilities installation on Alpine 3.19 (home-assistant#110463)
1 parent 6091ae5 commit 07e16ab

8 files changed

+8
-16
lines changed

machine/raspberrypi

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

machine/raspberrypi2

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

machine/raspberrypi3

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

machine/raspberrypi3-64

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

machine/raspberrypi4

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

machine/raspberrypi4-64

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

machine/raspberrypi5-64

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

machine/yellow

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG \
44
FROM $BUILD_FROM
55

66
RUN apk --no-cache add \
7-
raspberrypi-userland \
8-
raspberrypi-userland-libs
7+
raspberrypi-utils

0 commit comments

Comments
 (0)