FROM ubuntu

RUN apt-get update && \
	apt-get install -y default-jre && \
	apt-get install -y curl