add vim to dockerfile to debug more easily

This commit is contained in:
Son NK 2019-11-08 09:17:07 +01:00
parent 8f878b4c5d
commit dcd0e50e7e
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ FROM python:3.7
RUN apt-get update
RUN apt-get install -y vim
WORKDIR /code
COPY ./requirements.txt ./