Skip to content

Commit 282a607

Browse files
committed
also use python3 now
1 parent 9981e1f commit 282a607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/arm64-cross-compile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:bookworm
33
RUN dpkg --add-architecture arm64
44
RUN apt-get update && apt-get install -y --no-install-recommends \
55
crossbuild-essential-arm64 \
6-
python \
6+
python3 \
77
git \
88
pkg-config \
99
fakeroot \

docker/armv7l-cross-compile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:bookworm
33
RUN dpkg --add-architecture armhf
44
RUN apt-get update && apt-get install -y --no-install-recommends \
55
crossbuild-essential-armhf \
6-
python \
6+
python3 \
77
git \
88
pkg-config \
99
fakeroot \

0 commit comments

Comments
 (0)