Skip to content
Snippets Groups Projects
Commit fa94399d authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] bring back openssh-client

parent d9c6d6f6
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ ENV TZ="Europe/Dublin"
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y \
build-essential \
libc6-dev-i386 \
libglib2.0-0 \
......@@ -52,6 +52,7 @@ RUN apt-get update && \
zsh \
rsync \
git \
openssh-client \
sshpass \
wget \
sudo \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment