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 parent a15ba94 commit a232f70Copy full SHA for a232f70
Dockerfile
@@ -19,7 +19,7 @@ RUN mkdir $(basename /usr/local/lib/python3.*/) && cd ./python3.*/ && \
19
COPY ./boot.py /release/bin/syncplay
20
21
FROM ${PYTHON}
22
-RUN apk add --no-cache libffi openssl
+RUN sh -c '[ $(getconf LONG_BIT) -eq 64 ] || apk add --no-cache libgcc'
23
COPY --from=syncplay /release/ /usr/
24
ENV PYTHONUNBUFFERED=1
25
EXPOSE 8999
0 commit comments