added build script and initial version
This commit is contained in:
+13
@@ -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
|
||||
Reference in New Issue
Block a user