Skip to content

Commit 02950df

Browse files
chore: Add nano & openssh-client to the image.
1 parent 380078c commit 02950df

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Igor Davydenko <iam@igordavydenko.com>
44
RUN pip install pip==19.1.1 pre-commit==1.16.1
55

66
ENV 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
88
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
99

1010
ENV PATH="/root/.poetry/bin:${PATH}"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)