4 lines
34 B
Docker
4 lines
34 B
Docker
|
FROM python
|
||
|
|
||
|
RUN pip install lxml
|