From: Peter Amstutz Date: Mon, 31 Jan 2022 17:16:31 +0000 (-0500) Subject: Fix formatting of solution X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/9aacb95eab6c823a73355217bfac228db5972154 Fix formatting of solution Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- 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}