Skip to content

Instantly share code, notes, and snippets.

@cjolowicz
Last active March 8, 2020 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjolowicz/eec320b953e9eb7da46d2b372b8f0584 to your computer and use it in GitHub Desktop.
Save cjolowicz/eec320b953e9eb7da46d2b372b8f0584 to your computer and use it in GitHub Desktop.
FROM python:3.9.0a4
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
ENV PATH /root/.poetry/bin:$PATH
ENTRYPOINT ["poetry"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment