File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.0.2 (2019-05-14)
2+
3+ - Add [ nano] ( https://www.nano-editor.org/ ) &
4+ [ openssh-client] ( https://packages.debian.org/stretch/openssh-agent )
5+ to the image
6+
17# 1.0.1 (2019-05-13)
28
39- Upgrade [ pip] ( https://pip.pypa.io ) to 19.1.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MAINTAINER Igor Davydenko <iam@igordavydenko.com>
44RUN pip install pip==19.1.1 pre-commit==1.16.1
55
66ENV POETRY_VERSION=0.12.15
7- RUN apt update && apt upgrade -y && apt install -y curl git locales locales-all make && apt autoremove -y
7+ RUN apt update && apt upgrade -y && apt install -y curl git locales locales-all make nano openssh-client && apt autoremove -y
88RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
99
1010ENV PATH="/root/.poetry/bin:${PATH}"
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ FROM playpauseandstop/docker-python
1919- [ locales] ( https://packages.debian.org/stretch/locales ) &
2020 [ locales-all] ( https://packages.debian.org/stretch/locales-all )
2121- [ make] ( https://www.gnu.org/software/make ) 4.1
22+ - [ nano] ( https://www.nano-editor.org ) 2.7.4
23+ - [ openssh-client] ( https://packages.debian.org/stretch/openssh-client )
2224
2325## Development
2426
You can’t perform that action at this time.
0 commit comments