feat: include openssh in docker image

When leveraging remote builders or cache in CI workloads, sometimes you need to configure nix to connect via SSH to a remote server.

It is the case for example when using nixbuild.net.

By including `openssh` package, CI should be able to reach remote builders when configured i.e. with environment variables.
This commit is contained in:
Jairo Llopis 2022-04-14 13:49:47 +01:00 committed by GitHub
parent 0e58affd39
commit aa3927f0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ let
findutils
iana-etc
git
openssh
];
users = {