Remove old base image from syncthing

This commit is contained in:
Kelvin Chen 2016-10-07 00:16:33 -04:00
parent 3b04a54fc3
commit a27bf5625f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM kelvinchen/seedbox:base
FROM buildpack-deps:xenial-curl
MAINTAINER Kelvin Chen <kelvin@kelvinchen.org>
RUN curl -sL https://syncthing.net/release-key.txt | apt-key add - \
@ -13,6 +13,6 @@ VOLUME /config
EXPOSE 8384 22000 21027/udp
COPY start config.xml /
COPY init config.xml /
CMD ["/start"]
CMD ["/init"]