Skip to content

Commit

Permalink
try debian unstable patch to run profphd with more recent perl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed May 9, 2018
1 parent 1a6403c commit 6fbe520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions profphd/1.0.42-1-deb/Dockerfile
Expand Up @@ -5,13 +5,14 @@ LABEL software="profphd" \
about.summary="secondary structure and solvent accessibility predictor" \
about.home="http://predictprotein.org/" \
software.version="1.0.42-1-deb" \
version="1" \
version="2" \
about.copyright="" \
about.license="GPL-2+" \
about.license_file="/usr/share/doc/profphd/copyright" \
extra.binaries="/usr/bin/prof" \
about.tags=""

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y profphd && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
RUN apt-get update && apt-get install -y profphd wget && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
RUN wget http://ftp.fr.debian.org/debian/pool/main/p/profphd/profphd_1.0.42-2_all.deb && dpkg -i profphd_1.0.42-2_all.deb && rm -f profphd_1.0.42-2_all.deb
USER biodocker

0 comments on commit 6fbe520

Please sign in to comment.