Skip to content

Commit ee66d36

Browse files
committed
opensans in container; spelling error in setup.py
1 parent bf83cc0 commit ee66d36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from tiangolo/uvicorn-gunicorn-fastapi
2-
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y openscad make
2+
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y openscad make fonts-open-sans
33
ADD . /case
44
RUN pip3 install -e /case/customizer/
55
ENV LOG_LEVEL=info

customizer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pyyaml",
3131
"pydantic",
3232
"sse_starlette",
33-
"websocets",
33+
"websockets",
3434
"uvicorn"
3535
]
3636
)

0 commit comments

Comments
 (0)