Skip to content

Commit

Permalink
don't use symblinks for bits armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 15, 2024
1 parent 9b56002 commit e2897bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN if [ "$(dpkg --print-architecture)" = "armhf" ]; then \
ln -svf /usr/bin/strip /usr/bin/arm-linux-musleabihf-strip; \
ln -svf /usr/bin/ranlib /usr/bin/arm-linux-musleabihf-ranlib; \
cp -v /usr/lib/gcc/arm-linux-gnueabihf/11/include/stddef.h /usr/include/; \
ln -svf /usr/include/arm-linux-gnueabihf/bits /usr/include/bits; \
cp -av /usr/include/arm-linux-musleabihf/bits /usr/include/; \
ln -svf /usr/include/arm-linux-gnueabihf/asm /usr/include/asm; \
ln -svf /usr/include/arm-linux-gnueabihf/sys /usr/include/sys; \
ln -svf /usr/include/arm-linux-gnueabihf/curl /usr/include/curl; \
Expand Down

0 comments on commit e2897bc

Please sign in to comment.