From e1ba4b6d28adca25126399828061e6739a47c834 Mon Sep 17 00:00:00 2001 From: Allan Beaufour Date: Wed, 16 Oct 2019 12:19:19 -0400 Subject: [PATCH] adds sudo package to the Docker file it is needed if you want to upgrade Iris using the UI --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 51a60aa0..8af63606 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN set -ex \ python-tornado \ git \ nano \ + sudo \ && curl -L https://apt.mopidy.com/mopidy.gpg | apt-key add - \ && curl -L https://apt.mopidy.com/mopidy.list -o /etc/apt/sources.list.d/mopidy.list \ && apt-get update \