Add openssh to the packages in the dockerfile

pull/6/head
Oro 2 years ago committed by GitHub
commit be014ce120
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