3824: Remove redundant "apt-get update", standardize on "apt-get update -qq" and...
[arvados.git] / docker / workbench / Dockerfile
index 689f6561695116982253314d6dfc5f5749240d13..94d9f87765aeaf88abe53e9ff1c93e61421214ef 100644 (file)
@@ -4,7 +4,8 @@ FROM arvados/passenger
 MAINTAINER Ward Vandewege <ward@curoverse.com>
 
 # We need graphviz for the provenance graphs
-RUN apt-get update && apt-get -qqy install graphviz
+RUN apt-get update -qq
+RUN apt-get install -qqy graphviz
 
 # Update Arvados source
 RUN /bin/mkdir -p /usr/src/arvados/apps