We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b513cbf commit 878a359Copy full SHA for 878a359
Dockerfile
@@ -20,7 +20,7 @@ FROM ubuntu:jammy
20
COPY --from=builder /go/bin/playwright /bin/lessapi-duckduckgo /
21
COPY ./resource /resource
22
RUN apt-get update && apt-get install -y ca-certificates tzdata \
23
- && /playwright install --with-deps Chromium \
+ && /playwright install --with-deps chromium \
24
&& rm -rf /var/lib/apt/lists/* \
25
&& chmod +x /lessapi-duckduckgo
26
CMD ["/lessapi-duckduckgo"]
0 commit comments