Skip to content

Commit

Permalink
fix: try to fix dockerfile error (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzhu committed Apr 16, 2024
1 parent b513cbf commit 878a359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM ubuntu:jammy
COPY --from=builder /go/bin/playwright /bin/lessapi-duckduckgo /
COPY ./resource /resource
RUN apt-get update && apt-get install -y ca-certificates tzdata \
&& /playwright install --with-deps Chromium \
&& /playwright install --with-deps chromium \
&& rm -rf /var/lib/apt/lists/* \
&& chmod +x /lessapi-duckduckgo
CMD ["/lessapi-duckduckgo"]

0 comments on commit 878a359

Please sign in to comment.