Skip to content
Snippets Groups Projects
Unverified Commit 07e16ab0 authored by Stefan Agner's avatar Stefan Agner Committed by GitHub
Browse files

Fix Raspberry Pi utilities installation on Alpine 3.19 (#110463)

parent 6091ae55
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,4 @@ ARG \ ...@@ -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 \ ...@@ -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 \ ...@@ -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 \ ...@@ -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 \ ...@@ -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 \ ...@@ -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 \ ...@@ -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 \ ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment