Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Add git to docker image (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv authored Oct 18, 2019
1 parent cffb77a commit 855e9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update \
gcc-8 \
libc-dev-bin \
libc6-dev \
git \
&& pip install --no-cache-dir $PIP_PACKAGES \
&& apt-get purge -y \
wget \
Expand Down

0 comments on commit 855e9df

Please sign in to comment.