There was an error while loading. Please reload this page.
1 parent 3d21de5 commit ffe8a93Copy full SHA for ffe8a93
1 file changed
bin/igblast-ref-builder/Dockerfile
@@ -22,7 +22,7 @@ RUN set -eux; \
22
elif [ "${TARGETARCH}" = "arm64" ]; then \
23
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
24
build-essential zlib1g-dev libbz2-dev liblzma-dev libcurl4-openssl-dev libxml2-dev \
25
- cmake git pkg-config && \
+ cmake git pkg-config cpio && \
26
rm -rf /var/lib/apt/lists/*; \
27
wget -q -O /tmp/igblast-src.tgz "https://ftp.ncbi.nih.gov/blast/executables/igblast/release/${IGBLAST_VERSION}/ncbi-igblast-${IGBLAST_VERSION}-src.tar.gz" && \
28
mkdir -p /tmp/igblast-src && \
0 commit comments