FROM ubuntu:18.04
WORKDIR /repo
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget xz-utils rake git openjdk-11-jre-headless gcc g++ unzip python3-sphinx python3-sphinx-rtd-theme rsync
