We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5454abb commit 53434c7Copy full SHA for 53434c7
Dockerfile
@@ -5,6 +5,7 @@ RUN corepack enable && corepack prepare [email protected] --activate
5
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
6
ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium"
7
8
+# cspell: disable
9
# Install Google Chrome Stable and fonts
10
# Note: this installs the necessary libs to make the browser work with Puppeteer, and the fonts needed for Mermaid
11
RUN apt-get update && apt-get install curl gnupg -y \
0 commit comments