diff -r 99106a32c531 -r 48affaffc460 Containerfile.operator --- a/Containerfile.operator Thu Aug 15 22:10:20 2024 -0400 +++ b/Containerfile.operator Sat Aug 17 17:08:46 2024 -0400 @@ -3,6 +3,7 @@ RUN usermod -l operator --move-home --home /home/operator ${DEV} RUN echo "operator ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/operator RUN --network=host pacman -Sy aspell hunspell-en_us --noconfirm +RUN pacman -Scc --noconfirm USER operator WORKDIR /home/operator RUN hg clone https://vc.compiler.company/comp/infra .stash/infra