4 lines
49 B
Plaintext
4 lines
49 B
Plaintext
FROM python:3.9
|
|
|
|
RUN pip install lark mypy black
|
FROM python:3.9
|
|
|
|
RUN pip install lark mypy black
|