changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.vc

revision 36: 8a7410b6d45c
parent 35: 28492e359d92
child 38: c4d56de0ee1a
     1.1--- a/Containerfile.vc	Tue Sep 03 20:40:39 2024 -0400
     1.2+++ b/Containerfile.vc	Wed Sep 04 16:57:00 2024 -0400
     1.3@@ -3,10 +3,11 @@
     1.4 ARG VC_HOME=/home/${VC_USER}
     1.5 ARG VC_ID=842
     1.6 USER root
     1.7-RUN --network=host pacman -Sy python-pygments python-pygit2 python-dulwich apache nano --noconfirm
     1.8+RUN --network=host pacman -Sy python-pygments python-pygit2 python-dulwich python-pip apache nano --noconfirm
     1.9 RUN useradd --system -s /usr/bin/bash -u ${VC_ID} -m ${VC_USER}
    1.10 USER ${VC_USER}
    1.11 WORKDIR ${VC_HOME}
    1.12+RUN pip install --user --break-system-packages hg-evolve 
    1.13 RUN mkdir .stash
    1.14 RUN hg clone https://vc.compiler.company/infra .stash/infra
    1.15 RUN .stash/infra/scripts/wg-gen-keys.sh private.key public.key
    1.16@@ -15,4 +16,4 @@
    1.17 RUN homer install
    1.18 ENV VC_USER=${VC_USER}
    1.19 ENV VC_ID=${VC_ID}
    1.20-# ENTRYPOINT ["hg", "serve", "--web-conf", "hgweb.conf"]
    1.21\ No newline at end of file
    1.22+ENTRYPOINT ["hg", "serve", "--web-conf", "hgweb.conf"]
    1.23\ No newline at end of file