Skip to content

Commit

Permalink
:silence:
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Feb 5, 2020
1 parent 7ba3a4b commit b9ebb5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ FROM continuumio/anaconda3:latest
MAINTAINER Rahul Pisupati <[email protected]>
LABEL authors="[email protected]" \
description="Docker image containing all requirements for the nf-core/methylpy pipeline"
RUN apt-get update --fix-missing && apt-get install -y build-essential \
RUN apt-get install -y --no-install-recommends apt-utils && apt-get -y install zlib1g-dev && apt-get -y install libbz2-dev libcurl4-gnutls-dev libssl-dev
RUN apt-get -y update --fix-missing && apt-get -y install build-essential apt-utils && apt-get -y install zlib1g-dev && apt-get -y install libbz2-dev libcurl4-gnutls-dev libssl-dev
COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
# install dependencies for DMRfind
Expand Down

0 comments on commit b9ebb5b

Please sign in to comment.