blob: c20ed4f982c06dea2d5a0c751a0b7454d8363a3e [file] [log] [blame]
FROM qt_ubuntu_18.04
ARG packages="avahi-daemon cyrus-imapd"
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages && dpkg -l $packages
EXPOSE 143 993