diff --git a/fastp/0.24.0/Dockerfile b/fastp/0.24.0/Dockerfile index d847f9813..220dd1d70 100644 --- a/fastp/0.24.0/Dockerfile +++ b/fastp/0.24.0/Dockerfile @@ -15,7 +15,8 @@ LABEL maintainer2="Erin Young" LABEL maintainer2.email="eriny@utah.gov" RUN apt-get update && apt-get install -y --no-install-recommends \ - wget &&\ + wget \ + jq &&\ apt-get autoclean && rm -rf /var/lib/apt/lists/* RUN wget --no-check-certificate -O /usr/local/bin/fastp http://opengene.org/fastp/fastp.${FASTP_VER} && \