blob: 8886308c26c4f4318ba2b86079e3f58e708fc614 [file] [log] [blame]
FROM qt_ubuntu_18.04
ARG packages="avahi-daemon vsftpd"
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
EXPOSE 20-21