Fix build versioning; add dev.docker file
This commit is contained in:
8
scripts/dev.docker
Normal file
8
scripts/dev.docker
Normal 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"]
|
||||
Reference in New Issue
Block a user