[ci] Build frontend in Docker using NodeJS hydrogen

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-07-04 20:50:51 +02:00
parent a4a3a7f81e
commit 8708ecc05a
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -12,7 +12,7 @@ RUN set -ex \
git \ git \
go \ go \
make \ make \
nodejs-lts-gallium \ nodejs-lts-hydrogen \
npm \ npm \
&& make frontend \ && make frontend \
&& go install \ && go install \