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.
1.7.1
1 parent 5f88adf commit 1ce5d82Copy full SHA for 1ce5d82
Dockerfile
@@ -1,7 +1,7 @@
1
ARG PYTHON="python:3.10-alpine3.18"
2
3
FROM ${PYTHON} AS builder
4
-ENV SYNCPLAY="1.7.1-RC1"
+ENV SYNCPLAY="1.7.1"
5
RUN apk add gcc musl-dev libffi-dev
6
RUN sh -c '[ $(getconf LONG_BIT) -eq 64 ] || apk add cargo openssl-dev'
7
RUN wget https://github.com/Syncplay/syncplay/archive/v${SYNCPLAY}.tar.gz -O- | tar xz
0 commit comments