Skip to content

Commit

Permalink
Fix Raspberry Pi utilities installation on Alpine 3.19 (home-assistan…
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored and astrandb committed Feb 13, 2024
1 parent 488ab7e commit 076886e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions machine/raspberrypi
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils
3 changes: 1 addition & 2 deletions machine/raspberrypi2
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils
3 changes: 1 addition & 2 deletions machine/raspberrypi3
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils
3 changes: 1 addition & 2 deletions machine/raspberrypi3-64
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils
3 changes: 1 addition & 2 deletions machine/raspberrypi4
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils
3 changes: 1 addition & 2 deletions machine/raspberrypi4-64
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils
3 changes: 1 addition & 2 deletions machine/raspberrypi5-64
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils
3 changes: 1 addition & 2 deletions machine/yellow
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG \
FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs
raspberrypi-utils

0 comments on commit 076886e

Please sign in to comment.