We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13d01e commit c8d4ac5Copy full SHA for c8d4ac5
1 file changed
Dockerfile
@@ -28,6 +28,7 @@ ENV PATH="/home/node/.local/bin:$PATH"
28
RUN pipx install ffsubsync \
29
&& pipx inject ffsubsync 'setuptools<82' \
30
&& pipx install autosubsync \
31
+ && pipx inject autosubsync 'setuptools<82' \
32
&& find /home/node/.local/share/pipx -type f -name "*.pyc" -delete 2>/dev/null || true \
33
&& find /home/node/.local/share/pipx -type d -name "__pycache__" -delete 2>/dev/null || true
34
0 commit comments