From 2f194e157b8620b3c835b827cfe5a0e2d002ea7e Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 5 Oct 2024 22:37:56 -0700 Subject: [PATCH] Add missing command --- ArchBase/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchBase/Dockerfile b/ArchBase/Dockerfile index 1fd38bb..8423e15 100644 --- a/ArchBase/Dockerfile +++ b/ArchBase/Dockerfile @@ -11,7 +11,7 @@ USER root WORKDIR / RUN pacman --noconfirm -Syu -RUN pacman --noconfirm -S rsync zip unzip file +RUN pacman --noconfirm -S rsync zip unzip file ssh RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment