Install NodeJS on a container
所有检查均成功
ci/woodpecker/push/build Pipeline was successful

这个提交包含在:
2023-03-26 22:28:55 +02:00
父节点 df70fc26a6
当前提交 b8cc7ede25

查看文件

@@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop <constitutive@codingworkshop.eu.org>
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 && \