Skip to content

Commit

Permalink
#2740 -- Workaround sudo issue in Ubuntu 20.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Apr 26, 2020
1 parent b608b2f commit 6046746
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/docker/web/add_user.sh
Expand Up @@ -5,6 +5,9 @@ set -x

$minimal_apt_get_install sudo

# Workaround for sudo errors in containers, see: https://github.com/sudo-project/sudo/issues/42
echo "Set disable_coredump false" >> /etc/sudo.conf

adduser --home /var/azuracast --disabled-password --gecos "" azuracast

usermod -aG docker_env azuracast
Expand Down

0 comments on commit 6046746

Please sign in to comment.