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