changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fixed user skeleton

changeset 151: e9aed0513a18
parent 150: b3b93a87e570
child 152: 42dad35b9a1b
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 25 Jan 2024 23:21:01 -0500
files: Containerfile.box
description: fixed user skeleton
     1.1--- a/Containerfile.box	Thu Jan 25 21:13:04 2024 -0500
     1.2+++ b/Containerfile.box	Thu Jan 25 23:21:01 2024 -0500
     1.3@@ -32,7 +32,7 @@
     1.4 RUN make core-install
     1.5 RUN cd .. && rm -rf infra core
     1.6 WORKDIR /usr/local/src
     1.7-RUN useradd --system -s /usr/local/bin/nu -u ${ID} ${DEV}
     1.8+RUN useradd --system -s /usr/local/bin/nu -u ${ID} -k /etc/skel -m ${DEV}
     1.9 RUN groupadd -g 128 engineer -U ${DEV}
    1.10 RUN groupadd -g 256 operator -U ${DEV}
    1.11 WORKDIR ${DEV_HOME}