Added Nano and git

This commit is contained in:
TuDatTr
2019-08-15 22:38:38 +02:00
parent 36cbfbb2bc
commit 2fef3f4f6c
2 changed files with 4 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ RUN apt-get update && apt-get install -y \
python \
python-pip \
screen \
nano \
git \
&& rm -rf /var/list/apt/lists/*