Skip to content

Commit

Permalink
Install libgit2-dev in build (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmimani authored Dec 9, 2021
1 parent d70097e commit cadf85f
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 175 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_NO_CACHE_DIR=1 \
POETRY_VERSION=1.1.2

RUN apk add --no-cache cargo gcc libffi-dev musl-dev openssl-dev rust
RUN apk add --no-cache cargo gcc libffi-dev musl-dev openssl-dev rust libgit2-dev
RUN pip --no-cache-dir install "poetry==$POETRY_VERSION"
RUN python -m venv /venv

Expand Down
Loading

0 comments on commit cadf85f

Please sign in to comment.