Skip to content

Commit

Permalink
Fix libc6 version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Feb 13, 2024
1 parent d1c3cc2 commit 440f8f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ RUN set -x \
&& dpkg --add-architecture armhf \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
libc6:armhf=2.36-8 \
libc6:armhf=2.36-8cross1 \
libstdc++6:armhf=12.2.0-14 \
lib32gcc-s1=12.2.0-14 \
ca-certificates=20230311 \
nano=7.2-1 \
curl=7.88.1-10+deb12u5 \
Expand Down

0 comments on commit 440f8f1

Please sign in to comment.