Install cURL when building frontend

This commit is contained in:
Jake Howard 2023-07-16 16:22:35 +01:00
parent c1019ed573
commit 59b7cf96fc
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -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