File tree Expand file tree Collapse file tree
payload-gen-variant-filtering Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ FROM python:3.7.5-slim-buster
22
33LABEL org.opencontainers.image.source https://github.com/icgc-argo/data-processing-utility-tools
44
5+ RUN groupadd -g 1000 ubuntu &&\
6+ useradd -l -u 1000 -g ubuntu ubuntu &&\
7+ install -d -m 0755 -o ubuntu -g ubuntu /home/ubuntu
8+
59ENV PATH="/tools:${PATH}"
610
711COPY *.py /tools/
812
13+ USER ubuntu
14+
915CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change 1717 along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
1919 Authors:
20- Linda Xiang (linda.xiang@oicr.on.ca)
20+ Linda Xiang
2121*/
2222
2323/* *******************************************************************/
Original file line number Diff line number Diff line change 1818 along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
2020 Authors:
21- Linda Xiang (linda.xiang@oicr.on.ca)
21+ Linda Xiang
2222"""
2323
2424import os
You can’t perform that action at this time.
0 commit comments