add npm
This commit is contained in:
parent
801fac5a41
commit
47292dbb32
@ -13,7 +13,7 @@ ARG RUNNER_IMAGE="docker.io/debian:${DEBIAN_VERSION}"
|
||||
# =============================================================================
|
||||
FROM ${BUILDER_IMAGE} AS builder
|
||||
|
||||
RUN apt-get update -y && apt-get install -y build-essential git \
|
||||
RUN apt-get update -y && apt-get install -y build-essential git nodejs npm \
|
||||
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user