Skip to content

Commit ffe8a93

Browse files
committed
Add cpio to igblast-ref-builder image
1 parent 3d21de5 commit ffe8a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/igblast-ref-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -eux; \
2222
elif [ "${TARGETARCH}" = "arm64" ]; then \
2323
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
2424
build-essential zlib1g-dev libbz2-dev liblzma-dev libcurl4-openssl-dev libxml2-dev \
25-
cmake git pkg-config && \
25+
cmake git pkg-config cpio && \
2626
rm -rf /var/lib/apt/lists/*; \
2727
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" && \
2828
mkdir -p /tmp/igblast-src && \

0 commit comments

Comments
 (0)