blob: adecc332aabfff9cde9eef2c39ffa0bfdec17fdb [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-2.0 mono-reference-assemblies-3.5