Skip to content

Commit

Permalink
fix(docker): add missing lib files
Browse files Browse the repository at this point in the history
Ubuntu base image is missing base libs required by puppeetter
  • Loading branch information
azlam-abdulsalam authored Sep 20, 2023
1 parent 44d1beb commit 6d3814b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ RUN apt-get update \
g++ \
openjdk-17-jre-headless \
ca-certificates \
libxkbcommon-x11-0 libdigest-sha-perl libxshmfence-dev \
gconf-service libappindicator1 libasound2 libatk1.0-0 \
libatk-bridge2.0-0 libcairo-gobject2 libdrm2 libgbm1 libgconf-2-4 \
libgtk-3-0 libnspr4 libnss3 libx11-xcb1 libxcb-dri3-0 libxcomposite1 libxcursor1 \
libxdamage1 libxfixes3 libxi6 libxinerama1 libxrandr2 libxshmfence1 libxss1 libxtst6 \
fonts-liberation fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
chromium-bsu \
chromium-driver \
gnupg \
Expand Down Expand Up @@ -109,4 +115,4 @@ WORKDIR /root

# clear the entrypoint for azure
ENTRYPOINT []
CMD ["/bin/sh"]
CMD ["/bin/sh"]

0 comments on commit 6d3814b

Please sign in to comment.