diff --git a/base-debian/Dockerfile b/base-debian/Dockerfile index bdad40d..30da84b 100644 --- a/base-debian/Dockerfile +++ b/base-debian/Dockerfile @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ # basics - git wget locales ca-certificates sudo \ + git wget locales ca-certificates sudo openssh-client \ # utils tree jq \ && apt-get autoremove -y \