changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / Containerfile.box

revision 155: a616542e54d0
parent 152: 42dad35b9a1b
child 156: 8cb50da6f544
     1.1--- a/Containerfile.box	Fri Jan 26 20:54:26 2024 -0500
     1.2+++ b/Containerfile.box	Sat Jan 27 20:13:27 2024 -0500
     1.3@@ -29,7 +29,6 @@
     1.4 RUN make core-install
     1.5 RUN cd .. && rm -rf infra core
     1.6 ADD etc/skel/* /etc/skel/
     1.7-ADD etc/nushell/* /etc/nushell/
     1.8 ADD etc/shells /etc/
     1.9 RUN useradd --system -s /usr/local/bin/nu -u ${ID} -k /etc/skel -m ${DEV}
    1.10 RUN groupadd -g 128 engineer -U ${DEV}
    1.11@@ -39,5 +38,5 @@
    1.12 RUN hg clone https://vc.compiler.company/comp/infra
    1.13 ENV DEV_USER=${DEV}
    1.14 ENV DEV_ID=${ID}
    1.15-ENTRYPOINT ["/usr/local/bin/nu", "--config", "/etc/nushell/config.nu", "--env-config", "/etc/nushell/env.nu"]
    1.16+ENTRYPOINT ["/usr/local/bin/nu"]
    1.17 CMD ["-i"]