@ -1,4 +1,4 @@
|
||||
FROM python:latest
|
||||
FROM python:3.9
|
||||
|
||||
RUN pip install \
|
||||
poetry
|
||||
|
||||
Reference in New Issue
Block a user
@ -1,4 +1,4 @@
|
||||
FROM python:latest
|
||||
FROM python:3.9
|
||||
|
||||
RUN pip install \
|
||||
poetry
|
||||
|
||||