From 5df770e3ae7a0e89a50fbc468e8aba3c923a00dd Mon Sep 17 00:00:00 2001 From: Kishan Takoordyal Date: Fri, 12 Feb 2021 08:25:53 +0400 Subject: [PATCH] add glibc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07b08af..a5709e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM archlinux/base:latest RUN pacman -Syy --noconfirm -RUN pacman -S iputils nano gcc nodejs npm unzip --noconfirm +RUN pacman -S iputils nano gcc glibc nodejs npm unzip --noconfirm RUN node -v && \ npm i npm@latest -g && \