Skip to content

Commit dbeb5f6

Browse files
committed
Fix make_custom_pi_os to work in docker
1 parent 89a55f0 commit dbeb5f6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN set -x \
1919
&& rm -rf /var/lib/apt/lists/*
2020

2121
RUN ln -s /CustomPiOS/nightly_build_scripts/custompios_nightly_build /usr/bin/build
22+
RUN ln -s /usr/bin/python3 /usr/bin/python
2223

2324
COPY . /CustomPiOS
2425

src/Dockerfile.arm32v7

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN set -x \
3434
&& rm -rf /var/lib/apt/lists/*
3535

3636
RUN ln -s /CustomPiOS/nightly_build_scripts/custompios_nightly_build /usr/bin/build
37+
RUN ln -s /usr/bin/python3 /usr/bin/python
3738

3839
COPY . /CustomPiOS
3940

0 commit comments

Comments
 (0)