Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Sep 7, 2021
1 parent af98e70 commit 586492f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions containers/glnexus/Dockerfile
Expand Up @@ -18,9 +18,6 @@ ENV PATH="/app:${PATH}"
RUN apt-get update && \
apt-get install -y --no-install-recommends \
libc6 \
ca-certificates

RUN wget --no-verbose https://github.com/dnanexus-rnd/GLnexus/releases/download/v1.4.1/glnexus_cli

RUN chmod 700 /app/glnexus_cli

ca-certificates && \
wget --no-verbose https://github.com/dnanexus-rnd/GLnexus/releases/download/v1.4.1/glnexus_cli && \
chmod 700 /app/glnexus_cli

0 comments on commit 586492f

Please sign in to comment.