mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 23:02:55 +08:00
add vim to dockerfile to debug more easily
This commit is contained in:
parent
8f878b4c5d
commit
dcd0e50e7e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ FROM python:3.7
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
||||||
|
RUN apt-get install -y vim
|
||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY ./requirements.txt ./
|
COPY ./requirements.txt ./
|
||||||
|
|
Loading…
Reference in a new issue