rpi: restore Docker compatibility with armv6 devices (#5590) (#5595)

This commit is contained in:
Alessandro Ros
2026-03-19 21:21:27 +01:00
committed by GitHub
parent 12687e5abb
commit a82e0c7a9d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ RUN apt update \
RUN apt update && apt install --reinstall -y \
libc6 \
libc-bin \
libstdc++6 \
&& rm -rf /var/lib/apt/lists/*
+1
View File
@@ -21,6 +21,7 @@ RUN apt update \
RUN apt update && apt install --reinstall -y \
libc6 \
libc-bin \
libstdc++6 \
&& rm -rf /var/lib/apt/lists/*