Merge pull request #331 from linuxserver/master-dumb

Set TERM to DUMB
This commit is contained in:
Simen
2026-07-09 20:28:52 +02:00
committed by GitHub
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -309,6 +309,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **09.07.26:** - Workaround malformed ncurses database.
* **04.07.26:** - Rebase to Alpine 3.24.
* **15.01.26:** - Rebase to Alpine 3.23.
* **05.07.25:** - Rebase to Alpine 3.22.
+1
View File
@@ -79,6 +79,7 @@ init_diagram: |
"sonarr:latest" <- Base Images
# changelog
changelogs:
- {date: "09.07.26:", desc: "Workaround malformed ncurses database."}
- {date: "04.07.26:", desc: "Rebase to Alpine 3.24."}
- {date: "15.01.26:", desc: "Rebase to Alpine 3.23."}
- {date: "05.07.25:", desc: "Rebase to Alpine 3.22."}
@@ -1,6 +1,8 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
export TERM=DUMB
if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
exec \
s6-notifyoncheck -d -n 300 -w 1000 \