8 lines
102 B
Docker
8 lines
102 B
Docker
FROM python
|
|
|
|
RUN pip install lxml
|
|
|
|
# for my convenience
|
|
RUN apt-get update
|
|
RUN apt-get install -y vim
|