Michael R. Crusoe pushed to branch master at Debian Med / python-biopython
Commits: 0a768f25 by Michael R. Crusoe at 2019-12-14T14:17:36Z add Dockerfile to help upstream - - - - - 1 changed file: - + debian/docker/Dockerfile Changes: ===================================== debian/docker/Dockerfile ===================================== @@ -0,0 +1,10 @@ +FROM arm64v8/debian:sid +RUN apt-get update && apt-get install -y \ + devscripts +WORKDIR /build +RUN dget https://deb.debian.org/debian/pool/main/p/python-biopython/python-biopython_1.75+dfsg-1.dsc +WORKDIR /build/python-biopython-1.75+dfsg +RUN apt-get dist-upgrade -y +RUN yes | mk-build-deps -i +RUN rm *.deb +RUN debian/rules binary View it on GitLab: https://salsa.debian.org/med-team/python-biopython/commit/0a768f257b583e714af82d5a96c2de09960d703a -- View it on GitLab: https://salsa.debian.org/med-team/python-biopython/commit/0a768f257b583e714af82d5a96c2de09960d703a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
