diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..161a58e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:trusty +RUN sudo apt-get -y update +RUN sudo apt-get -y upgrade +RUN sudo apt-get install -y sqlite3 libsqlite3-dev python3 python3-pip +RUN pip3 install 'pyyaml>5.1'