Fix build versioning; add dev.docker file

This commit is contained in:
Daniel Nelson
2017-09-22 16:49:28 -07:00
parent 08c197f73a
commit c010fb1c3c
4 changed files with 36 additions and 15 deletions

8
scripts/dev.docker Normal file
View File

@@ -0,0 +1,8 @@
FROM debian:stretch
ARG package
ADD ${package} ${package}
RUN dpkg -i ${package}
EXPOSE 8125/udp 8092/udp 8094
CMD ["telegraf"]