Skip to content

Commit b06556a

Browse files
committed
update dockerfile
1 parent 095393b commit b06556a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

payload-gen-dna-alignment/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
FROM quay.io/icgc-argo/dna-seq-processing-tools:base-docker.0.1.1
1+
FROM quay.io/icgc-argo/dna-seq-processing-tools:base-docker.0.2.1
22

33
LABEL 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-
95
ENV PATH="/tools:${PATH}"
106

117
COPY *.py /tools/

0 commit comments

Comments
 (0)