Add a dockerfile

merge-requests/54/head
David Corne 2020-07-06 17:06:02 +01:00
parent 4749755595
commit 4e33f9626f
1 changed files with 5 additions and 0 deletions

5
Dockerfile 100644
View File

@ -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'