Install cURL when building frontend
This commit is contained in:
parent
c1019ed573
commit
59b7cf96fc
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM node:19-slim as frontend
|
||||
|
||||
RUN apt-get update --yes --quiet && apt-get install --yes --quiet curl
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci --no-audit - -progress=false --omit=dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue