From 484b2f18b75751638d8ffe58895ad59170199b3d Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Mon, 28 Oct 2019 16:07:26 +0000 Subject: [PATCH] Add missing dependency to Dockerfile Fixes #419. Signed-off-by: JoeLametta --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 998a40e..f6ee59c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ FROM debian:buster RUN apt-get update \ - && apt-get install -y cdrdao git python-gobject-2 python-musicbrainzngs python-mutagen \ - python-setuptools python-requests libsndfile1-dev flac sox \ - libiso9660-dev python-pip swig make pkgconf \ - eject locales \ - autoconf libtool curl \ + && apt-get install -y autoconf cdrdao curl eject flac git libiso9660-dev \ + libsndfile1-dev libtool locales make pkgconf python-gobject-2 \ + python-musicbrainzngs python-mutagen python-pip python-requests \ + python-ruamel.yaml python-setuptools sox swig \ && pip install pycdio==2.1.0 # libcdio-paranoia / libcdio-utils are wrongfully packaged in Debian, thus built manually