add dockerize stage and Dockerfile
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal 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 /
|
||||
|
||||
|
Reference in New Issue
Block a user