mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-05 22:46:55 +08:00
Needed in the QUdpSocket test for the echo service and in the QSslSocket test for the daylight service. Change-Id: Ic7143eb7abd37dbf2c20ddb4b52cdd5ea3f0d193 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
5 lines
143 B
Docker
5 lines
143 B
Docker
FROM ubuntu:16.04
|
|
ARG packages="xinetd avahi-daemon"
|
|
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
|
EXPOSE 7 7/UDP 13
|