changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.operator

revision 33: 48affaffc460
parent 31: 9c7c441ca15b
child 35: 28492e359d92
     1.1--- a/Containerfile.operator	Thu Aug 15 22:10:20 2024 -0400
     1.2+++ b/Containerfile.operator	Sat Aug 17 17:08:46 2024 -0400
     1.3@@ -3,6 +3,7 @@
     1.4 RUN usermod -l operator --move-home --home /home/operator ${DEV}
     1.5 RUN echo "operator ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/operator
     1.6 RUN --network=host pacman -Sy aspell hunspell-en_us --noconfirm
     1.7+RUN pacman -Scc --noconfirm
     1.8 USER operator
     1.9 WORKDIR /home/operator
    1.10 RUN hg clone https://vc.compiler.company/comp/infra .stash/infra