We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a55f0 commit dbeb5f6Copy full SHA for dbeb5f6
2 files changed
src/Dockerfile
@@ -19,6 +19,7 @@ RUN set -x \
19
&& rm -rf /var/lib/apt/lists/*
20
21
RUN ln -s /CustomPiOS/nightly_build_scripts/custompios_nightly_build /usr/bin/build
22
+RUN ln -s /usr/bin/python3 /usr/bin/python
23
24
COPY . /CustomPiOS
25
src/Dockerfile.arm32v7
@@ -34,6 +34,7 @@ RUN set -x \
34
35
36
37
38
39
40
0 commit comments