Skip to content

Commit

Permalink
Install nodejs via Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Feb 4, 2019
1 parent 4c7b3cc commit f637f1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM python:3.6
LABEL maintainer="dan.leehr@duke.edu"

# cwltool requires nodejs
RUN apt-get update && apt-get install -y nodejs

RUN mkdir -p /app
COPY . /app
RUN pip install /app
Expand Down

0 comments on commit f637f1e

Please sign in to comment.