adds sudo package to the Docker file

it is needed if you want to upgrade Iris using the UI
This commit is contained in:
Allan Beaufour
2019-10-16 12:19:19 -04:00
committed by GitHub
parent d4f7684a13
commit e1ba4b6d28

View File

@ -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 \