Add openssh to the packages in the dockerfile

Signed-off-by: Oro <93224879+orowith2os@users.noreply.github.com>
pull/5/head
Oro 2 years ago committed by GitHub
parent 23c518d329
commit 024340b858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save