File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ COPY --from=build-image ${FUNCTION_DIR} ${FUNCTION_DIR}
3232RUN ls ${FUNCTION_DIR}
3333# Install chromium and dependencies
3434RUN apt-get update \
35- && apt-get install -y alsa-lib atk cups-libs ipa-gothic-fonts libXcomposite libXcursor libXdamage libXext libXi libXrandr libXScrnSaver libXtst pango xorg- x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-fonts-cyrillic xorg-x11-fonts-misc xorg-x11-fonts-Type1 xorg-x11-utils \
35+ && apt-get install -y x11-apps \
3636 && apt-get install -y wget gnupg chromium mesa-va-drivers libva-drm2 libva-x11-2 mesa-utils mesa-utils-extra nodejs npm\
3737 && apt-get update \
3838 && apt-get install -y fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 \
You can’t perform that action at this time.
0 commit comments