From d125c82c435186f5fe5a384c41303bf862ca4ac8 Mon Sep 17 00:00:00 2001 From: djoh Date: Mon, 4 Dec 2023 22:09:09 +0200 Subject: [PATCH] Update nodejs.Dockerfile --- nodejs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index f34f47a..407d086 100644 --- a/nodejs.Dockerfile +++ b/nodejs.Dockerfile @@ -31,7 +31,7 @@ RUN curl -fLO https://github.com/oven-sh/bun/releases/download/bun-${BUN_VERSION rm bun-linux-x64-baseline.zip # Lib dependencies for puppeteer -RUN apt install -y libnss3 libxdamage1 +RUN apt install -y libxdamage1 libgbm1 USER container ENV USER container