Skip to content

Commit 878a359

Browse files
committed
fix: try to fix dockerfile error (2)
1 parent b513cbf commit 878a359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM ubuntu:jammy
2020
COPY --from=builder /go/bin/playwright /bin/lessapi-duckduckgo /
2121
COPY ./resource /resource
2222
RUN apt-get update && apt-get install -y ca-certificates tzdata \
23-
&& /playwright install --with-deps Chromium \
23+
&& /playwright install --with-deps chromium \
2424
&& rm -rf /var/lib/apt/lists/* \
2525
&& chmod +x /lessapi-duckduckgo
2626
CMD ["/lessapi-duckduckgo"]

0 commit comments

Comments
 (0)