adds sudo package to the Docker file
it is needed if you want to upgrade Iris using the UI
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user