Skip to content

Commit

Permalink
Fixed Dockerfile to correct failed builds on Docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-c-kwan committed Sep 17, 2019
1 parent a275321 commit bd3ab6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ MAINTAINER Jason C. Kwan "jason.kwan@wisc.edu"
# You should have received a copy of the GNU Affero General Public License
# along with Autometa. If not, see <http://www.gnu.org/licenses/>.

SHELL ["/bin/bash", "-c"]
ENV PATH="/opt/conda/bin:$PATH"
RUN apt-get update
RUN apt-get install -y prodigal hmmer build-essential zlib1g-dev bowtie2 bedtools libatlas-base-dev libncurses5-dev libncursesw5-dev libbz2-dev liblzma-dev
RUN conda install -y tqdm joblib biopython
Expand Down

0 comments on commit bd3ab6a

Please sign in to comment.