fix package name

This commit is contained in:
zontreck 2024-10-05 22:44:50 -07:00
parent 2f194e157b
commit b845cd8290

View file

@ -11,7 +11,7 @@ USER root
WORKDIR / WORKDIR /
RUN pacman --noconfirm -Syu RUN pacman --noconfirm -Syu
RUN pacman --noconfirm -S rsync zip unzip file ssh RUN pacman --noconfirm -S rsync zip unzip file openssh
RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment