Skip to content

Commit

Permalink
Dockerfile: Add gcc to build datrie
Browse files Browse the repository at this point in the history
This is required since datrie only provies wheels up through Python
3.8¹.

¹ https://pypi.org/project/datrie/0.8.2/#files
  • Loading branch information
victorlin committed Dec 1, 2022
1 parent 83276a8 commit f06b920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,11 @@ ARG TARGETPLATFORM
# 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)
# libsqlite3-dev, zlib1g-dev: for building pyfastx (for Augur)
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
gcc \
git \
jq \
libsqlite3-dev \
Expand Down

0 comments on commit f06b920

Please sign in to comment.