From c97ff5a6c653ff845c53e61e3eeacc3312f05003 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 3 Jun 2026 15:03:45 -0700 Subject: [PATCH] Add python-zstandard Used to be an indirect dependency of Augur, until xopen removed it and we pivoted to the stdlib/backport in Adding here to not disrupt use by pathogen builds and it is already included in conda-base --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0eb24b0..4d5c1ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -275,6 +275,12 @@ RUN pip3 install pyarrow==20.0.0 # Install bio, which is used by pathogen builds RUN pip3 install bio==1.8.0 +# Install zstandard, which used to be an indirect dependency of augur +# until xopen removed it and we pivoted to the stdlib/backport in +# +# Keeping in runtimes to not disrupt use by pathogen builds +RUN pip3 install zstandard==0.25.0 + # 2. Add unpinned programs # Allow caching to be avoided from here on out in this stage by calling