mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Added missing apt-get -y
This commit is contained in:
parent
b0047a836b
commit
cd596fa652
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user