Skip to content

Commit

Permalink
slight adaptations in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerner-dkfz committed Dec 15, 2016
1 parent 869e280 commit afa0826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:xenial
FROM buildpack-deps:xenial-scm
MAINTAINER Ivo Buchhalter @ DKFZ

# Install dependencies
Expand All @@ -7,7 +7,7 @@ RUN \
apt-get -y install \
build-essential autoconf \
zlibc zlib1g-dev libncurses5-dev \
wget git unzip \
wget unzip \
python python-matplotlib \
python-pysam python-numpy python-scipy

Expand Down
2 changes: 1 addition & 1 deletion Dockstore.cwl
Expand Up @@ -13,7 +13,7 @@ dct:creator:

requirements:
- class: DockerRequirement
dockerPull: "quay.io/jwerner_dkfz/dkfzbiasfilter:1.2.1"
dockerPull: "quay.io/jwerner_dkfz/dkfzbiasfilter:1.2.2"
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
Expand Down

0 comments on commit afa0826

Please sign in to comment.