We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2c3e4 commit 4b65f4aCopy full SHA for 4b65f4a
Dockerfile
@@ -24,7 +24,8 @@ WORKDIR /app
24
# Set environment variables
25
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
26
ENV NODE_ENV=production
27
-
+# Install dependencies
28
+RUN apt update && apt install -y wget gnupg dirmngr unzip
29
# Install dependencies and google chrome based on architecture
30
RUN apt update && apt install -y wget gnupg dirmngr curl && \
31
ARCH=$(dpkg --print-architecture) && \
0 commit comments