Docker update
This commit is contained in:
@ -5,8 +5,8 @@ FROM node:18-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache python3 make g++
|
||||
# Update package database and install build dependencies
|
||||
RUN apk update && apk add --no-cache python3 make g++ py3-pip
|
||||
|
||||
# Copy package files
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user