mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Add npm to docker build image
npm is now required to build docspell's new ui.
This commit is contained in:
parent
063a8cfc72
commit
42053cacca
@ -5,7 +5,7 @@ LABEL maintainer="eikek0 <eike@docspell.org>"
|
|||||||
ARG ELM_VERSION=0.19.1
|
ARG ELM_VERSION=0.19.1
|
||||||
ARG SBT_VERSION=
|
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
|
# ELM
|
||||||
RUN curl -L -o elm.gz https://github.com/elm/compiler/releases/download/${ELM_VERSION}/binary-for-linux-64-bit.gz
|
RUN curl -L -o elm.gz https://github.com/elm/compiler/releases/download/${ELM_VERSION}/binary-for-linux-64-bit.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user