Skip to content

Commit 636f9ff

Browse files
committed
build: syncplay version 1.7.0
1 parent db196de commit 636f9ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
ARG PYTHON="python:3.9-alpine3.17"
22

33
FROM ${PYTHON} as build
4-
ENV SYNCPLAY="1.7.0-RC1"
4+
ENV SYNCPLAY="1.7.0"
55
RUN apk add gcc musl-dev libffi-dev
66
RUN if [ "$(getconf LONG_BIT)" == "32" ]; then apk add cargo openssl-dev; fi
7-
RUN wget https://github.com/Syncplay/syncplay/archive/refs/tags/${SYNCPLAY}.tar.gz && \
8-
tar xf ${SYNCPLAY}.tar.gz
7+
RUN wget https://github.com/Syncplay/syncplay/archive/v${SYNCPLAY}.tar.gz -O- | tar xz
98
WORKDIR ./syncplay-${SYNCPLAY}/
109
RUN cat /dev/null > requirements_gui.txt
1110
RUN SNAPCRAFT_PART_BUILD=1 pip wheel --wheel-dir /wheels/ ./

0 commit comments

Comments
 (0)