summaryrefslogtreecommitdiffstats
path: root/bundle/docker/static/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/docker/static/entrypoint.sh')
-rwxr-xr-xbundle/docker/static/entrypoint.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundle/docker/static/entrypoint.sh b/bundle/docker/static/entrypoint.sh
new file mode 100755
index 0000000..93d84fa
--- /dev/null
+++ b/bundle/docker/static/entrypoint.sh
@@ -0,0 +1,13 @@
+#!/bin/ash
+set -e
+
+source ~/.local/share/pipx/venvs/pyinstaller/bin/activate
+python -m devscripts.install_deps --include secretstorage
+python -m devscripts.make_lazy_extractors
+python devscripts/update-version.py -c "${channel}" -r "${origin}" "${version}"
+python -m bundle.pyinstaller
+deactivate
+
+source ~/.local/share/pipx/venvs/staticx/bin/activate
+staticx /yt-dlp/dist/yt-dlp_linux /build/yt-dlp_linux
+deactivate