We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1fe7a commit 490bea1Copy full SHA for 490bea1
1 file changed
payload-gen-seq-experiment/Dockerfile
@@ -4,6 +4,9 @@ RUN apt-get update && apt-get install -y procps
4
5
LABEL org.opencontainers.image.source https://github.com/icgc-argo-workflows/data-processing-utility-tools
6
7
+RUN pip install requests && \
8
+ pip install python-dateutil
9
+
10
RUN groupadd -g 1000 ubuntu &&\
11
useradd -l -u 1000 -g ubuntu ubuntu &&\
12
install -d -m 0755 -o ubuntu -g ubuntu /home/ubuntu
0 commit comments