diff --git a/Dockerfile b/Dockerfile index 1838a81..92533e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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