Files
mosquitto-with-auth/Dockerfile
2019-06-11 15:58:33 +00:00

13 lines
250 B
Docker

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 mariadb-client && \
apt install -y openssl
COPY opt/ /opt