We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9981e1f commit 282a607Copy full SHA for 282a607
docker/arm64-cross-compile/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:bookworm
3
RUN dpkg --add-architecture arm64
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
crossbuild-essential-arm64 \
6
- python \
+ python3 \
7
git \
8
pkg-config \
9
fakeroot \
docker/armv7l-cross-compile/Dockerfile
RUN dpkg --add-architecture armhf
crossbuild-essential-armhf \
0 commit comments