diff --git a/container/root/etc/s6-overlay/s6-rc.d/svc-python/run b/container/root/etc/s6-overlay/s6-rc.d/svc-python/run index 589d615..1346fae 100755 --- a/container/root/etc/s6-overlay/s6-rc.d/svc-python/run +++ b/container/root/etc/s6-overlay/s6-rc.d/svc-python/run @@ -4,4 +4,4 @@ echo -e "\nMaloja is starting!" exec \ - s6-setuidgid abc python -m venv /venv && s6-setuidgid abc /venv/bin/python -m maloja run \ No newline at end of file + s6-setuidgid abc /venv/bin/python -m maloja run \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 774afdb..a73f88a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "bottle>=0.12.16", "waitress>=2.1.0", - "doreah>=2.0.0, <3", + "doreah>=2.0.1, <3", "nimrodel>=0.8.0", "setproctitle>=1.1.10", #"pyvips>=2.1.16", diff --git a/requirements.txt b/requirements.txt index c24f84b..7c78921 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottle>=0.12.16 waitress>=2.1.0 -doreah>=2.0.0, <3 +doreah>=2.0.1, <3 nimrodel>=0.8.0 setproctitle>=1.1.10 jinja2>=3.0.0