Add npm to docker build image

npm is now required to build docspell's new ui.
This commit is contained in:
Eike Kettner 2021-02-14 10:33:59 +01:00
parent 063a8cfc72
commit 42053cacca

View File

@ -5,7 +5,7 @@ LABEL maintainer="eikek0 <eike@docspell.org>"
ARG ELM_VERSION=0.19.1
ARG SBT_VERSION=
RUN apk add --virtual .build-dependencies --no-cache git curl bash openjdk8
RUN apk add --virtual .build-dependencies --no-cache git curl bash openjdk8 npm
# ELM
RUN curl -L -o elm.gz https://github.com/elm/compiler/releases/download/${ELM_VERSION}/binary-for-linux-64-bit.gz