Skip to content

Commit 490bea1

Browse files
committed
Updated Dockerfile
1 parent eb1fe7a commit 490bea1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

payload-gen-seq-experiment/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ RUN apt-get update && apt-get install -y procps
44

55
LABEL org.opencontainers.image.source https://github.com/icgc-argo-workflows/data-processing-utility-tools
66

7+
RUN pip install requests && \
8+
pip install python-dateutil
9+
710
RUN groupadd -g 1000 ubuntu &&\
811
useradd -l -u 1000 -g ubuntu ubuntu &&\
912
install -d -m 0755 -o ubuntu -g ubuntu /home/ubuntu

0 commit comments

Comments
 (0)