We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf83cc0 commit ee66d36Copy full SHA for ee66d36
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
from tiangolo/uvicorn-gunicorn-fastapi
2
-RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y openscad make
+RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y openscad make fonts-open-sans
3
ADD . /case
4
RUN pip3 install -e /case/customizer/
5
ENV LOG_LEVEL=info
customizer/setup.py
@@ -30,7 +30,7 @@
30
"pyyaml",
31
"pydantic",
32
"sse_starlette",
33
- "websocets",
+ "websockets",
34
"uvicorn"
35
]
36
)
0 commit comments