aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-10 13:06:10 -0600
committerChristian Cleberg <[email protected]>2026-02-10 13:06:10 -0600
commit1c626b1339afa9b1226ddffaeddf0c5b39a03e92 (patch)
tree1a29a459104360ad1b0569045fb42d58ad2b70d5 /Dockerfile
parent78c93dda6c5db3561d7889d8cb6133f8401fc8d8 (diff)
downloadcleberg.net-1c626b1339afa9b1226ddffaeddf0c5b39a03e92.tar.gz
cleberg.net-1c626b1339afa9b1226ddffaeddf0c5b39a03e92.tar.bz2
cleberg.net-1c626b1339afa9b1226ddffaeddf0c5b39a03e92.zip
fix ssh issues in CI
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 && \