FROM debian

RUN apt update && \
	apt -y install miniupnpd && \
	rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

CMD ["miniupnpd"]
