grim/hgkeeper

653b933ba715
Parents ebc5f568d629
Children 88a3725c1933
Remove the mercurial 6.1 pin from the container image
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Tue Jun 21 22:42:49 2022 -0500
    +++ b/Dockerfile Tue Jun 21 22:50:39 2022 -0500
    @@ -16,7 +16,7 @@
    python3 libpython3-dev python3-pip python3-setuptools build-essential \
    openssh-client libffi7 libffi-dev nvi procps wget \
    && \
    - pip3 install --no-binary :all: mercurial==6.1 hg-evolve hgwebplus && \
    + pip3 install --no-binary :all: mercurial hg-evolve hgwebplus && \
    apt-get remove -y --purge \
    libpython3-dev python3-pip python3-setuptools build-essential \
    libffi-dev \