Skip to content

Commit

Permalink
Add git as dependency in Dockerfile
Browse files Browse the repository at this point in the history
Now we have git+https:// in requirements.txt, so need to have git.

Closes: #599
  • Loading branch information
bitphage committed May 21, 2019
1 parent 6b50be6 commit 78ff980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN set -xe ;\
apt-get update ;\
# Prepare dependencies
apt-get install -y --no-install-recommends gcc make libssl-dev python3-pip python3-dev python3-setuptools \
python3-async whiptail ;\
python3-async whiptail git ;\
apt-get clean ;\
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 78ff980

Please sign in to comment.