From dc6015e28746f607297f75bec3b1078b4978ea61 Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:58:41 -0800 Subject: [PATCH] Update Dockerfile add cjk font package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e6a6dc..89308c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest # Install dependencies -RUN apk update && apk add git build-base linux-headers python3 python3-dev py3-pip py3-opencv chromium chromium-chromedriver +RUN apk update && apk add font-noto-cjk git build-base linux-headers python3 python3-dev py3-pip py3-opencv chromium chromium-chromedriver # Set working directory WORKDIR /app