diff --git a/docker-mosdepth/Dockerfile b/docker-mosdepth/Dockerfile index e8a15e9..01916ae 100644 --- a/docker-mosdepth/Dockerfile +++ b/docker-mosdepth/Dockerfile @@ -11,4 +11,4 @@ ENV DEBIAN_FRONTEND=noninteractive RUN wget --no-check-certificate https://github.com/brentp/mosdepth/releases/download/v0.3.6/mosdepth && \ mv mosdepth /usr/local/bin/ && \ chmod a+x /usr/local/bin/mosdepth - \ No newline at end of file + diff --git a/docker-python3/Dockerfile b/docker-python3/Dockerfile index c116edd..ceed290 100644 --- a/docker-python3/Dockerfile +++ b/docker-python3/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 LABEL David Spencer -LABEL Base Spencerlab image with python3 and some standard bioinformatics modules +LABEL Spencerlab image with python3 and some standard bioinformatics modules ENV DEBIAN_FRONTEND=noninteractive