9767: set name of the container_request based on the workflow name.
[arvados.git] / docker / passenger / Dockerfile
index 5e0fd76b04955b8fb94f23ed327a6ac4439872f1..77aeb6606b0a8339a225cda6bcbd1b4c3b3ceefd 100644 (file)
@@ -5,8 +5,8 @@ MAINTAINER Ward Vandewege <ward@curoverse.com>
 
 # Install packages and build the passenger apache module
 
-RUN apt-get update -qq
-RUN apt-get install -qqy \
+RUN apt-get update -q
+RUN apt-get install -qy \
         apt-utils git curl procps apache2-mpm-worker \
         libcurl4-openssl-dev apache2-threaded-dev \
         libapr1-dev libaprutil1-dev