Add a dockerfile
parent
4749755595
commit
4e33f9626f
|
@ -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'
|
Loading…
Reference in New Issue