Skip to content

Commit 3dd9ad4

Browse files
committed
update Dockerfile
1 parent f54000c commit 3dd9ad4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

helper-functions/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM ubuntu:20.04
22

33
LABEL org.opencontainers.image.source https://github.com/icgc-argo/data-processing-utility-tools
44

5-
ENV PATH="/tools:${PATH}"
6-
7-
COPY *.py /tools/
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
88

99
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)