Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -84,6 +84,7 @@ RUN pip install bottle
|
|
84 |
RUN pip install glances
|
85 |
RUN pip install fastapi
|
86 |
RUN pip install uvicorn
|
|
|
87 |
#######################################
|
88 |
# End root user section
|
89 |
#######################################
|
|
|
84 |
RUN pip install glances
|
85 |
RUN pip install fastapi
|
86 |
RUN pip install uvicorn
|
87 |
+
RUN pip install Jinja2==3.1.2
|
88 |
#######################################
|
89 |
# End root user section
|
90 |
#######################################
|