Skip to content

Commit

Permalink
Include installation instructions for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
abenbrahim78 authored Oct 4, 2022
1 parent e49fd04 commit 69f4e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9-slim

RUN apt-get update && apt-get -y install curl

RUN curl -sSL https://install.python-poetry.org | python3 - && \
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python3 && \
ln -s $HOME/.poetry/bin/poetry /usr/bin/poetry && \
poetry --version && \
poetry config virtualenvs.create false
Expand Down

0 comments on commit 69f4e95

Please sign in to comment.