# lighttpd + ikiwiki FROM ubuntu:14.04 MAINTAINER Linus Nordberg RUN apt-get update RUN echo 'debconf debconf/frontend select noninteractive' | debconf-set-selections RUN apt-get -y -q install lighttpd ikiwiki make EXPOSE 80 EXPOSE 443 VOLUME /etc/lighttpd ADD start.sh / ENTRYPOINT ["/start.sh"]