From b8cc7ede2568da9369fcab542743c17de17475c8 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 26 Mar 2023 22:28:55 +0200 Subject: [PATCH] Install NodeJS on a container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39800ef..bf476ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop RUN pacman -Syu --noconfirm --noprogressbar --quiet # Install additional packages -RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git libedit libmd linux-headers mtools ninja openssh parted patch pkgconfig texinfo wget +RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git libedit libmd linux-headers mtools ninja nodejs openssh parted patch pkgconfig texinfo wget # Set locale RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \