FROM rastasheep/ubuntu-sshd

RUN apt-get update
RUN apt-get install -y zip
RUN apt-get install -y unzip
RUN apt-get install -y sudo
RUN apt-get install -y openjdk-8-jre-headless
RUN mkdir -p /opt/xld-master
