Skip to content

Commit

Permalink
Add wget for sequence database building
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rcsb committed Jul 17, 2024
1 parent 6494461 commit 0375129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./requirements.txt /app/requirements.txt
# Install system dependencies
RUN apt-get update \
# Confirmed versions that work: build-essential=12.9 pkg-config=1.8.1-1 default-libmysqlclient-dev=1.1.0
&& apt-get install -y --no-install-recommends build-essential=12.* pkg-config=1.8.* default-libmysqlclient-dev=1.1.* \
&& apt-get install -y --no-install-recommends build-essential=12.* pkg-config=1.8.* default-libmysqlclient-dev=1.1.* wget=1.21.* \
&& rm -rf /var/lib/apt/lists/*

# Install mmseqs2
Expand Down

0 comments on commit 0375129

Please sign in to comment.