Permalink
Browse files

Fixed typo in Dockerfile

  • Loading branch information...
1 parent 4569ba2 commit b3ef0e4be9796e8e2697edba71b938dc632c25cb @kshakir kshakir committed Jun 2, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
View
@@ -15,7 +15,7 @@ RUN mkdir /etc/service/cromwell && \
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && \
echo 'deb https://apt.dockerproject.org/repo ubuntu-trusty main' > /etc/apt/sources.list.d/docker.list && \
apt-get update && \
- apt-get install yq docker-engine=1.8.2-0~trusty && \
+ apt-get -yq install docker-engine=1.8.2-0~trusty && \
apt-get -yq autoremove && \
apt-get -yq clean && \
rm -rf /var/lib/apt/lists/* && \

0 comments on commit b3ef0e4

Please sign in to comment.