Skip to content

Commit

Permalink
Added pkg-config to Dockerfile (for wfmash)
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Oct 2, 2023
1 parent 408992b commit 75d39cf
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 @@ -4,7 +4,7 @@ MAINTAINER Niema Moshiri <[email protected]>

# Set up environment and install dependencies
RUN apt-get update && apt-get -y upgrade && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y cmake g++ g++-10 gcc-10 libboost-all-dev libbz2-dev libcurl4-openssl-dev libgsl-dev libjemalloc-dev liblzma-dev make python3 python3-pip unzip wget zlib1g-dev && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y cmake g++ g++-10 gcc-10 libboost-all-dev libbz2-dev libcurl4-openssl-dev libgsl-dev libjemalloc-dev liblzma-dev make pkg-config python3 python3-pip unzip wget zlib1g-dev && \

# Install Python packages
pip install --no-cache-dir biopython && \
Expand Down

0 comments on commit 75d39cf

Please sign in to comment.