Skip to content
Snippets Groups Projects
Commit c2e186eb authored by Bartosz Jan Bartmanski's avatar Bartosz Jan Bartmanski
Browse files

Another fix to Dockerfile.

parent 532ddf9b
No related branches found
Tags 0.3.4
No related merge requests found
......@@ -25,7 +25,7 @@ RUN curl https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.16.0/ncbi-blast
ENV PATH="${PATH}:/opt/ncbi-blast-2.16.0+/bin"
# Cleaning up
RUN apt remove --purge curl zip && rm -rf /var/lib/apt/lists/*
RUN apt remove --purge -y curl zip && rm -rf /var/lib/apt/lists/*
EXPOSE 8501
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment