FROM debian:latest LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth" RUN \ apt update && \ apt install -y mariadb-client && \ apt install -y openssl COPY opt/ /opt COPY etc/ /opt/etc