FROM rsyslog/rsyslog_dev_ubuntu_base:16.04
RUN apt-get install -y \
	openjdk-8-jdk curl
USER 1000:1000
