add ssh client to base

This commit is contained in:
Tomas Mirchev 2025-02-25 13:23:41 +01:00
parent 52b93a7b94
commit f560c27192

View File

@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
# basics # basics
git wget locales ca-certificates sudo \ git wget locales ca-certificates sudo openssh-client \
# utils # utils
tree jq \ tree jq \
&& apt-get autoremove -y \ && apt-get autoremove -y \