add ssh client to base
This commit is contained in:
parent
52b93a7b94
commit
f560c27192
@ -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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user