Install node and npm on Docker as a prerequisite to open sourcing the Web files

PiperOrigin-RevId: 485728016
This commit is contained in:
Sebastian Schmidt 2022-11-02 16:42:36 -07:00 committed by Copybara-Service
parent ac6aa9ce10
commit 1b5da09a92

View File

@ -30,6 +30,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \
wget \
unzip \
nodejs \
npm \
python3-dev \
python3-opencv \
python3-pip \