Add build essentials

This commit is contained in:
Bocki 2022-02-07 13:28:06 +01:00 committed by Henning Bocklage
parent e51b1f794a
commit 0f3a734f57

View File

@ -3,6 +3,7 @@ FROM lsiobase/ubuntu:focal as builder
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash && \
apt-get -y --no-install-recommends install >/dev/null \
nodejs \
build-essential \
git && \
npm install --global yarn