From f9884add1bd0af5145c2198d44c013e60e1c0e76 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Mon, 18 Feb 2019 17:32:56 +0100 Subject: [PATCH] Add git dependency to Dockerfile Required by setuptools_scm. Signed-off-by: JoeLametta --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 276e2fd..3955cc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM debian:buster RUN apt-get update \ - && apt-get install -y cdrdao python-gobject-2 python-musicbrainzngs python-mutagen python-setuptools \ - python-requests libsndfile1-dev flac sox \ + && 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 \