diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f60153..56f3fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +- #23: Added OpenSSH client to the image ## [0.8.0] - 2023-12-27 ### Added diff --git a/Dockerfile b/Dockerfile index 3d0e3bf..401e81a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt update && apt install --no-install-recommends -y gnupg \ python-is-python3 \ python3-pip \ pipx \ + openssh-client \ vim \ && apt autoremove -y \ && apt clean \