File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ RUN chmod a+x /usr/local/bin/DockstoreRunner.py
69
69
# set the following env var so dockstore does not question
70
70
# the fact that we are running as root
71
71
ENV DOCKSTORE_ROOT 1
72
+ # Indicate to Dockstore where the dockstore jar file is located
73
+ ENV DOCKSTORE_HOME /root/.dockstore
72
74
73
75
# container must run as root in order to access docker.sock on the host
74
76
# becuase ubuntu is not a member of the host's docker.sock docker group
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dct:creator:
24
24
25
25
requirements:
26
26
- class: DockerRequirement
27
- dockerPull: "quay. io/ucsc_cgl/dockstore-tool-runner:1. 0. 24 "
27
+ dockerPull: "quay. io/ucsc_cgl/dockstore-tool-runner:1. 0. 25 "
28
28
29
29
hints:
30
30
- class: ResourceRequirement
You can’t perform that action at this time.
0 commit comments