diff --git a/doc/source/admin/ways-to-install.rst b/doc/source/admin/ways-to-install.rst index d007cec3c..f0233dbdc 100644 --- a/doc/source/admin/ways-to-install.rst +++ b/doc/source/admin/ways-to-install.rst @@ -126,7 +126,7 @@ Here is single Dockerfile snippet you can use to run your Docker container: MAINTAINER David TARDIVEL RUN apt-get update - RUN apt-get dist-upgrade -y + RUN apt-get dist-upgrade RUN apt-get install vim net-tools RUN apt-get install experimental watcher-api