Added git packages for future dependencies

This commit is contained in:
David Martinez Martin 2020-12-09 11:28:45 +01:00 committed by GitHub
parent 5708098256
commit 25f8e0cc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ WORKDIR /freqtrade
# Install dependencies
FROM base as python-deps
RUN apt-get update \
&& apt-get -y install curl build-essential libssl-dev \
&& apt-get -y install curl build-essential libssl-dev git \
&& apt-get clean \
&& pip install --upgrade pip