blob: 49b277c7264540155e319a9eb5be8a1cd8429e34 [file] [log] [blame]
FROM qt_ubuntu_18.04
ARG packages="avahi-daemon iptables"
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
EXPOSE 1357