mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Add build essentials
This commit is contained in:
parent
e51b1f794a
commit
0f3a734f57
@ -3,6 +3,7 @@ FROM lsiobase/ubuntu:focal as builder
|
|||||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash && \
|
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash && \
|
||||||
apt-get -y --no-install-recommends install >/dev/null \
|
apt-get -y --no-install-recommends install >/dev/null \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
build-essential \
|
||||||
git && \
|
git && \
|
||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user