Skip to content

Commit

Permalink
use unsafe-perm when building dat since we are root
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jun 24, 2015
1 parent cd9bfd4 commit 88c7527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mafintosh/docker-adventure-time
RUN apt-get install -qy docker.io libncurses5-dev
RUN npm install -g docker-run@1.3.0 bionode-sam@1.0.1 bionode-ncbi@1.0.2 bionode-sra@1.0.1 bionode-bwa@0.0.9
RUN npm install -g dat@7.0.0-pre-3
RUN npm install -g --unsafe-perm dat@7.0.0-pre-3
RUN npm install -g tool-stream gasket mafintosh/picture-tube#patch-1 serve json flatsheet
RUN mkdir -p /pictures
ADD welcome.txt /
Expand Down

0 comments on commit 88c7527

Please sign in to comment.