Skip to content

Instantly share code, notes, and snippets.

View ameasure's full-sized avatar

Alexander Measure ameasure

View GitHub Profile
@jthorniley
jthorniley / Dockerfile
Created January 9, 2020 07:00
Install Poetry in Docker devcontainer
USER vscode
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - --version=0.12.17
ENV PATH "/home/vscode/.poetry/bin:$PATH"