aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/linux/testserver/apache2/Dockerfile
blob: b39eb21e7ffd427b091861f54b58fd24e7fcdb66 (plain)
1
2
3
4
5
6
7
FROM ubuntu:16.04
ARG packages="apache2 libcgi-session-perl wget avahi-daemon"
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
EXPOSE 80 443

# install configurations and test data
RUN wget https://tools.ietf.org/rfc/rfc3252.txt