1
0
Fork 0
mirror of synced 2024-05-10 15:33:45 +12:00

fix edge case in docker_entrypoint where crontabs glob fails to expand

This commit is contained in:
Nick Sweeting 2024-04-25 21:38:15 -07:00
parent 18a5b6e99c
commit 8f3901dd36
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@
# https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
# set -o xtrace
# set -o nounset
shopt -s nullglob
set -o errexit
set -o errtrace
set -o pipefail

View file

@ -27,10 +27,10 @@ dependencies = [
# Feature-Specific Dependencies
"python-crontab>=3.0.0", # for: archivebox schedule
"croniter>=2.0.5", # for: archivebox schedule
"ipython>=8.23.0", # for: archivebox shell
"ipython>=8.23.0", # for: archivebox shell
# Extractor Dependencies
"yt-dlp>=2024.4.9", # for: media
"playwright>=1.43.0; platform_machine != 'armv7l'", # WARNING: playwright doesn't have any sdist, causes trouble on build systems that refuse to install wheel-only packages
# "playwright>=1.43.0; platform_machine != 'armv7l'", # WARNING: playwright doesn't have any sdist, causes trouble on build systems that refuse to install wheel-only packages
# TODO: add more extractors
# - gallery-dl
# - scihubdl