Skip to content

Commit

Permalink
Install libnss3 in NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Dec 1, 2023
1 parent 922eb78 commit 89da7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG X_URL=https://deb.nodesource.com/setup_$NODE_VERSION.x
ARG BUN_VERSION=v1.0.11

RUN apt update && \
apt install -y curl software-properties-common default-jre locales git unzip && \
apt install -y curl software-properties-common default-jre locales git unzip libnss3 && \
useradd -d /home/container -m container

RUN locale-gen en_US.UTF-8
Expand Down

0 comments on commit 89da7be

Please sign in to comment.