aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 8e0b16e..ea5a0ff 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
procps \
build-essential \
ca-certificates \
+ openssh-client \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -m -s /bin/bash linuxbrew && \