Skip to content

Commit

Permalink
Add missing git dep. (#519)
Browse files Browse the repository at this point in the history
This is needed to bootstrap pyenv.
  • Loading branch information
jsirois committed Jun 16, 2018
1 parent 132a127 commit e9ffb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/base/Dockerfile
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
# We use tox to run tests and more.
tox \
# We use pyenv to bootstrap interpreters in tests and pyenv needs these.
git \
curl \
zlib1g-dev \
libssl1.0-dev

0 comments on commit e9ffb90

Please sign in to comment.