Add missing command

This commit is contained in:
zontreck 2024-10-05 22:37:56 -07:00
parent 6d8afc53f3
commit 2f194e157b

View file

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