FROM ubuntu

RUN apt-get update && \
    apt-get -y install gcc valgrind time python
