add glibc

This commit is contained in:
Kishan Takoordyal
2021-02-12 08:25:53 +04:00
parent 30cc8658b4
commit 5df770e3ae

View File

@@ -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 && \