From d5f4f5d213adb52fd8d590d7c2b51fa6d19a0776 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 13 Dec 2023 12:50:36 +0700 Subject: [PATCH] Updated arm file --- Dockerfile.arm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index 59a6956..a72efae 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -1,13 +1,7 @@ FROM --platform=linux/arm64 node:alpine LABEL maintainer="sombochea@cubetiqs.com" -RUN apk add --no-cache \ - chromium \ - nss \ - freetype \ - harfbuzz \ - ca-certificates \ - ttf-freefont +RUN apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefont ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser ENV NODE_ENV production