added build script and initial version

This commit is contained in:
Hanjo Meinhardt
2018-01-27 13:33:52 +01:00
parent 63b04c108f
commit 7c3070f327
3 changed files with 43 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
FROM debian
MAINTAINER hanjo@bunix.de
RUN apt-get update && apt-get install -y \
sendxmpp \
&& rm -rf /var/lib/apt/lists/*
ADD sendxmpp.sh /bin/sendxmpp.sh
RUN chmod +x /bin/sendxmpp.sh
ENTRYPOINT /bin/sendxmpp.sh