From 024340b85894b3028f583c39165496bc8aa6b7da Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:01:35 -0500 Subject: [PATCH] Add openssh to the packages in the dockerfile Signed-off-by: Oro <93224879+orowith2os@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 346c74b..7cd0e27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM archlinux:latest LABEL org.opencontainers.image.description="A work-in-progress, easy to use, set up and configure Arch Linux derivative" RUN pacman -Syu --noconfirm -RUN pacman -S --needed --noconfirm pacman-contrib base-devel git wget +RUN pacman -S --needed --noconfirm pacman-contrib base-devel git wget openssh RUN useradd -u 901 temp-user RUN mkdir /tmp/crystal-keyring