diff --git a/Dockerfile b/Dockerfile index fe5990c..3b42588 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER lonix #Applying stuff RUN curl -s https://syncthing.net/release-key.txt | sudo apt-key add - && \ echo deb http://apt.syncthing.net/ syncthing release | sudo tee /etc/apt/sources.list.d/syncthing-release.list && \ -apt-get update -q && install syncthing && \ +apt-get update -q && apt-get install -y syncthing && \ apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* #Adding Custom files