Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Try poetry from tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Czapliński committed Jul 21, 2020
1 parent 443058c commit 0d3f83d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.6

WORKDIR /srv

RUN pip install git+/~https://github.com/python-poetry/poetry.git@develop

COPY . .

RUN poetry install -vvv

0 comments on commit 0d3f83d

Please sign in to comment.