Skip to content

Commit 4b65f4a

Browse files
committed
chore: Update Dockerfile to install necessary dependencies for Puppeteer and configure fonts
1 parent 2f2c3e4 commit 4b65f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ WORKDIR /app
2424
# Set environment variables
2525
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
2626
ENV NODE_ENV=production
27-
27+
# Install dependencies
28+
RUN apt update && apt install -y wget gnupg dirmngr unzip
2829
# Install dependencies and google chrome based on architecture
2930
RUN apt update && apt install -y wget gnupg dirmngr curl && \
3031
ARCH=$(dpkg --print-architecture) && \

0 commit comments

Comments
 (0)