grim/hgkeeper

Instally pygments into the default image

17 months ago, Gary Kramlich
119639a05934
Parents 88a3725c1933
Children c273bc3f7bd1
Instally pygments into the default image
  • +3 -3
    Dockerfile
  • --- a/Dockerfile Tue Jun 21 22:51:08 2022 -0500
    +++ b/Dockerfile Fri Nov 25 05:20:09 2022 -0600
    @@ -13,8 +13,8 @@
    RUN set -ex && \
    apt-get update && \
    apt-get install -y --no-install-recommends \
    - python3 libpython3-dev python3-pip python3-setuptools build-essential \
    - openssh-client libffi7 libffi-dev nvi procps wget \
    + python3 libpython3-dev python3-pip python3-setuptools python3-pygments \
    + build-essential openssh-client libffi7 libffi-dev nvi procps wget \
    && \
    pip3 install --no-binary :all: mercurial hg-evolve hgwebplus && \
    apt-get remove -y --purge \
    @@ -26,7 +26,7 @@
    rm -rf /var/lib/apt/lists
    RUN set -ex && \
    - groupadd -g 22271 hg && \
    + groupadd -g 22271 hg && \
    useradd -m -d /var/lib/hg -u 22271 -g hg hg
    # install the hgkeeper theme