summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2024-10-16 10:06:44 +0200
committerFelix Morgner <felix.morgner@ost.ch>2024-10-16 10:06:44 +0200
commitf18e17b8e8c220da670853a54008038322e6a3f0 (patch)
treed0c5e1081be925afd46f52123eb978f310fc6e3e /Dockerfile
parent82df0c53accb8630fb8fbe35afc926f05152b26d (diff)
downloadteachos-toolchain-f18e17b8e8c220da670853a54008038322e6a3f0.tar.xz
teachos-toolchain-f18e17b8e8c220da670853a54008038322e6a3f0.zip
base: add openssh
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 56d11a0..e43ff44 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,5 +20,6 @@ RUN pacman --noconfirm -S \
libisoburn \
mtools \
ninja \
+ openssh \
python-sphinx \
qemu-system-x86