FROM ubuntu:16.10

RUN apt-get update && \
	apt-get install -y reprepro && \
	apt-get clean

VOLUME torus
