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.
3.9
1 parent d82c4a6 commit 42b2c2dCopy full SHA for 42b2c2d
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PYTHON="python:3.7-alpine3.17"
+ARG PYTHON="python:3.9-alpine3.17"
2
3
FROM ${PYTHON} as build
4
ENV SYNCPLAY="1.6.9"
@@ -11,7 +11,7 @@ RUN cat /dev/null > requirements_gui.txt
11
RUN SNAPCRAFT_PART_BUILD=1 pip wheel --wheel-dir /wheels/ ./
12
WORKDIR /wheels/
13
RUN ls *.whl | xargs -P0 -n1 unzip -d /unzip/
14
-WORKDIR /release/local/lib/python3.7/
+WORKDIR /release/local/lib/python3.9/
15
RUN cp -r /unzip/ ./site-packages/
16
COPY ./boot.py /release/bin/syncplay
17
0 commit comments