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 \