Skip to content

Commit

Permalink
Add R to GATK container (resolves #169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeil committed Aug 22, 2016
1 parent 4b65505 commit ee75a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ${build_output}: build/Dockerfile

${build_tool}: ${build_output} runtime/Dockerfile
cd runtime && docker build -t ${name}:${tag} .
docker tag -f ${name}:${tag} ${name}:latest
docker tag ${name}:${tag} ${name}:latest
docker rmi -f gatkbuild
touch ${build_tool}

Expand Down
3 changes: 2 additions & 1 deletion gatk/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MAINTAINER John Vivian, [email protected]
RUN apt-get update && apt-get install -y \
git \
maven \
default-jdk
default-jdk \
r-base

# Create a new source directory
WORKDIR /home
Expand Down

0 comments on commit ee75a8f

Please sign in to comment.