add glibc

This commit is contained in:
Kishan Takoordyal 2021-02-12 08:25:53 +04:00
parent 30cc8658b4
commit 5df770e3ae
No known key found for this signature in database
GPG Key ID: 304DF64F0804D6A1

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