grim/hgkeeper

2930b0a69048
Parents 901847118d44
Children 4abcd7233768
Force hg down to 5.7.1 to troubleshoot an issue
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Wed Feb 10 04:22:29 2021 -0600
    +++ b/Dockerfile Tue Jun 08 16:51:39 2021 -0500
    @@ -18,7 +18,7 @@
    python3 libpython3-dev python3-pip python3-setuptools build-essential \
    openssh-client libffi7 libffi-dev nvi procps wget \
    && \
    - pip3 install --no-binary :all: mercurial hg-evolve hgwebplus && \
    + pip3 install --no-binary :all: mercurial==5.7.1 hg-evolve hgwebplus && \
    apt-get remove -y --purge \
    libpython3-dev python3-pip python3-setuptools build-essential \
    libffi-dev \