Skip to content

Commit

Permalink
Updated Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm-targa committed Jan 25, 2024
1 parent 63a007b commit aaab734
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER UMMI, imm-bioinfo@medicina.ulisboa.pt
WORKDIR /WORKY/

# Install curl and wget to download files, git to clone repos and Python 3 to install and use chewBBACA
RUN apt update && apt install -y wget curl git python3 python3-setuptools
RUN apt update && apt install -y wget curl git python3 python3-pip

# Install BLAST
WORKDIR /WORKY/BLAST
Expand Down Expand Up @@ -41,7 +41,6 @@ RUN tar -xf chewBBACA.tar.gz
RUN mv B-UMMI-chewBBACA*/* .
RUN rm -rf B-UMMI-chewBBACA*
# Install chewBBACA and dependencies
RUN python3 setup.py install
ENV PATH="/WORKY/chewBBACA/chewBBACA:${PATH}"
RUN python3 -m pip install .

WORKDIR /WORKY/

0 comments on commit aaab734

Please sign in to comment.