diff --git a/home/lightowl/install.dockerfile b/home/lightowl/install.dockerfile index 6a34c7c..eaed383 100644 --- a/home/lightowl/install.dockerfile +++ b/home/lightowl/install.dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10.0b3 RUN apt-get update && apt-get upgrade -y && apt-get install -y swig RUN pip3 install jinja2 m2crypto enquiries \ No newline at end of file