Added missing apt-get -y

This commit is contained in:
Stian Buch Larsen 2015-08-28 09:36:08 +02:00
parent b0047a836b
commit cd596fa652

View File

@ -4,7 +4,7 @@ MAINTAINER lonix <lonixx@gmail.com>
#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