Merge branch 'main' into cleanup

This commit is contained in:
muskit
2024-02-08 03:41:22 -08:00
+1 -1
View File
@@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
# Install dependencies # 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 # Set working directory
WORKDIR /app WORKDIR /app