add dockerize stage and Dockerfile

This commit is contained in:
2019-06-11 15:51:39 +00:00
parent fd51779aa2
commit cbe1cf8cf7
2 changed files with 36 additions and 0 deletions

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth"
RUN \
apt update && \
apt install -y libmariadbclient && \
apt install -y openssl && \
mv opt /