9767: set name of the container_request based on the workflow name.
[arvados.git] / docker / workbench / Dockerfile
index 2e2a782d7b3cf1db5ca011720a433fb8233d9f6e..148153add20adc8b27138b67cb2f73a65e94867d 100644 (file)
@@ -4,8 +4,8 @@ FROM arvados/passenger
 MAINTAINER Ward Vandewege <ward@curoverse.com>
 
 # We need graphviz for the provenance graphs
-RUN apt-get update -qq
-RUN apt-get install -qqy graphviz
+RUN apt-get update -q
+RUN apt-get install -qy graphviz
 
 # Update Arvados source
 RUN /bin/mkdir -p /usr/src/arvados/apps