Skip to content

Commit

Permalink
Update Dockerfile to install necessary dependencies for Puppeteer and…
Browse files Browse the repository at this point in the history
… configure fonts
  • Loading branch information
n4ze3m committed Jun 17, 2024
1 parent dd0f04a commit 199468c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ RUN yarn config set network-timeout 1200000

RUN apt update && apt -y install --no-install-recommends ca-certificates git git-lfs openssh-client curl jq cmake sqlite3 openssl psmisc python3

RUN apt -y install libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxi6 libxtst6 libnss3 libcups2 libxss1 libxrandr2 libasound2 libatk1.0-0 libatk-bridge2.0-0 libpangocairo-1.0-0 libgtk-3-0

RUN apt -y install g++ make

Expand Down

0 comments on commit 199468c

Please sign in to comment.