Skip to content

Commit

Permalink
add libc6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Nov 7, 2023
1 parent d366ac4 commit ebe6973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,13 @@ ARG TARGETARCH
# Add system deps for building
# curl, jq: used in builder-scripts/latest-augur-release-tag
# git: for git pip installs
# gcc: for building datrie (for Snakemake)
# gcc, libc6-dev: for building datrie (for Snakemake)
# make: for building isal (if necessary, for Augur)
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
gcc \
git \
libc6-dev \
make \
jq

Expand Down

0 comments on commit ebe6973

Please sign in to comment.