Skip to content

Commit

Permalink
fix(docker): update linux deps for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Sep 16, 2024
1 parent 4fa45fa commit b9887e9
Showing 1 changed file with 17 additions and 32 deletions.
49 changes: 17 additions & 32 deletions docker/gitpod-fcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,23 @@ LABEL org.opencontainers.image.description="A Gitpod image for the freeCodeCamp.
LABEL org.opencontainers.image.licenses=BSD-3-Clause

RUN sudo install-packages \
ca-certificates \
fonts-liberation \
libappindicator3-1 \
libatk-bridge2.0-0 \
libatk1.0-0 \
libc6 \
libcairo2 \
libcups2 \
libdbus-1-3 \
libexpat1 \
libfontconfig1 \
libgbm1 \
libgcc1 \
libglib2.0-0 \
libnspr4 \
libpango-1.0-0 \
libpangocairo-1.0-0 \
libstdc++6 \
libx11-6 \
libx11-xcb1 \
libxcb1 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxext6 \
libxfixes3 \
libxi6 \
libxrandr2 \
libxrender1 \
lsb-release \
wget \
xdg-utils
# Core system libraries
ca-certificates libc6 libgcc1 libstdc++6 \
# X11 and graphics libraries
libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 \
libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libgbm1 libgles2 \
# GTK and related libraries
libatk1.0-0 libatk-bridge2.0-0 libappindicator3-1 \
libcairo2 libpango-1.0-0 libpangocairo-1.0-0 \
# Font and text rendering
fonts-liberation libfontconfig1 libharfbuzz-icu0 libwoff1 \
# Audio and video
libvpx7 libopus0 libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
# Miscellaneous libraries
libcups2 libdbus-1-3 libexpat1 libglib2.0-0 libnspr4 \
libenchant-2-2 libsecret-1-0 libhyphen0 libmanette-0.2-0 libflite1 \
# Utilities
lsb-release wget xdg-utils

# from https://www.gitpod.io/docs/introduction/languages/javascript#node-versions
RUN bash -c 'VERSION="20" \
Expand Down

0 comments on commit b9887e9

Please sign in to comment.