X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/f828bbd8441f1ba876e45c6c7a43081c35381287..9aacb95eab6c823a73355217bfac228db5972154:/_episodes/08-supplement-docker.md diff --git a/_episodes/08-supplement-docker.md b/_episodes/08-supplement-docker.md index a82285e..b3bd628 100644 --- a/_episodes/08-supplement-docker.md +++ b/_episodes/08-supplement-docker.md @@ -160,6 +160,7 @@ docker build -t training/bwa -f Dockerfile.single-stage . > > > ## Solution > > +> > ``` > > FROM debian:10-slim > > MAINTAINER Peter Amstutz > > @@ -174,6 +175,7 @@ docker build -t training/bwa -f Dockerfile.single-stage . > > cp bwa /usr/bin && \ > > cd .. && \ > > rm -rf bwa-0.7.17 +> > ``` > > > {: .solution} {: .challenge}