Merge pull request #445 from beaufour/patch-1

adds sudo package to the Docker file
This commit is contained in:
James Barnsley
2019-10-20 20:14:27 +13:00
committed by GitHub

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 \