Docker update
This commit is contained in:
@ -5,7 +5,12 @@ FROM node:18-alpine AS development
|
||||
WORKDIR /app
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache python3 make g++
|
||||
RUN apk add --no-cache python make g++ \
|
||||
&& apk add vips-dev fftw-dev build-base \
|
||||
--update-cache \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/main \
|
||||
&& rm -fR /var/cache/apk/*
|
||||
|
||||
# Copy package files
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user