Skip to content

Commit

Permalink
Merge pull request #62 from jvivian/jvivian/issue61
Browse files Browse the repository at this point in the history
Update dockerfile to include git for development
  • Loading branch information
jvivian authored Mar 9, 2024
2 parents c3069e3 + 7abdee7 commit 5cc1831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ FROM python:3.9-slim-buster
ENV POETRY_VERSION=1.4 \
POETRY_VIRTUALENVS_CREATE=false


# Install dev tools
RUN apt-get update -y && apt-get install git -y

# Install poetry
RUN pip install "poetry==$POETRY_VERSION"

Expand Down
3 changes: 0 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ channels:
dependencies:
- python=3.10
- poetry
- pip
- pip:
- "urllib3>=1.26.16,<2.0.0"

0 comments on commit 5cc1831

Please sign in to comment.