Skip to content

Commit 3552722

Browse files
committed
Added x11 apps
1 parent 0de55d5 commit 3552722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY --from=build-image ${FUNCTION_DIR} ${FUNCTION_DIR}
3232
RUN ls ${FUNCTION_DIR}
3333
# Install chromium and dependencies
3434
RUN 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 \

0 commit comments

Comments
 (0)