blob: 8de952cfab6a16f59a01e9e9906bc05756dba566 [file] [log] [blame]
# Name of container: docker-ubuntu-latest-nant
FROM ubuntu:16.04
# set the maintainer of this docker image
MAINTAINER "dev@logging.apache.org"
# set the timezone
RUN ln -fs /usr/share/zoneinfo/Universal /etc/localtime
RUN echo "Universal" > /etc/timezone
# install nant
RUN apt-get update && apt-get install -y nant git mono-complete mono-reference-assemblies-4.0