FROM library/ubuntu:18.04
COPY setup.sh /setup.sh
RUN bash -ex setup.sh
