FROM python:3
ADD exercise2_3.py /
RUN pip install cassandra-driver
CMD [ "python3", "./exercise2_3.py" ]