From 7974f3913e080282e55f599c6d25b9061cd8d346 Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 12 Oct 2023 09:08:31 +1300 Subject: [PATCH] chore: install only `openssh-client` and not `openssh-server`. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90eeeb2..857f2c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get -q -y update && \ libreadline-dev libsctp-dev libsqlite3-dev libssl-dev libtool libwebp-dev \ libxml2-dev libxslt-dev libyaml-dev locales make make mercurial patch python3 \ unixodbc-dev unzip wget xz-utils zlib1g-dev zsh gnupg inotify-tools less \ - postgresql-client ssh direnv libmnl-dev bc m4 cmake cpio rsync flex && \ + postgresql-client openssh-client direnv libmnl-dev bc m4 cmake cpio rsync flex && \ apt-get -q -y clean RUN locale-gen en_NZ.UTF-8