https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: 3ad41e8b90b5fbdc854c8269ad42791ecd6505b0 authored by andrewjpage on 15 September 2017, 13:04:25 UTC
Merge pull request #200 from andrewjpage/helptext
Tip revision: 3ad41e8
Dockerfile
#
#  From this base-image / starting-point
#
FROM debian:testing

#
#  Authorship
#
MAINTAINER ap13@sanger.ac.uk

#
# Pull in packages from testing
#
RUN apt-get update -qq

#
# Install Roary
#
RUN apt-get install gubbins
back to top