File tree Expand file tree Collapse file tree
payload-gen-seq-experiment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,14 @@ RUN apt-get update && apt-get install -y procps
44
55LABEL org.opencontainers.image.source https://github.com/icgc-argo/data-processing-utility-tools
66
7+ RUN groupadd -g 1000 ubuntu &&\
8+ useradd -l -u 1000 -g ubuntu ubuntu &&\
9+ install -d -m 0755 -o ubuntu -g ubuntu /home/ubuntu
10+
711ENV PATH="/tools:${PATH}"
812
913COPY *.py /tools/
1014
15+ USER ubuntu
16+
1117CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change 2626 "devDependencies" : [],
2727 "contributors" : [
2828 {
29- "name" : " Junjun Zhang" ,
30- "email" : " junjun.ca@gmail.com"
29+ "name" : " Junjun Zhang"
30+ },
31+ {
32+ "name" : " Hillary Elrick"
3133 }
3234 ],
3335 "license" : " GNU Affero General Public License v3" ,
Original file line number Diff line number Diff line change 2929/* this block is auto-generated based on info from pkg.json where */
3030/* changes can be made if needed, do NOT modify this block manually */
3131nextflow. enable. dsl = 2
32- version = ' 0.4 .0'
32+ version = ' 0.5 .0'
3333
3434container = [
3535 ' ghcr.io' : ' ghcr.io/icgc-argo/data-processing-utility-tools.payload-gen-seq-experiment'
You can’t perform that action at this time.
0 commit comments