Update Dockerfile

Fix #10
This commit is contained in:
budkin
2017-08-08 01:30:53 +05:00
committed by Werner Beroux
parent 3f1b6371aa
commit b2b2ecb15d

View File

@@ -30,7 +30,7 @@ RUN set -ex \
Mopidy-Moped \
Mopidy-GMusic \
Mopidy-YouTube \
pyasn1==0.1.8 \
pyasn1==0.3.2 \
# Install dumb-init
# https://github.com/Yelp/dumb-init
&& DUMP_INIT_URI=$(curl -L https://github.com/Yelp/dumb-init/releases/latest | grep -Po '(?<=href=")[^"]+_amd64(?=")') \