Add git dependency to Dockerfile
Required by setuptools_scm. Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user