Skip to content
Snippets Groups Projects
Commit 63b64d7d authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

fix: build-essential does not exist for apk, replace with generic alpine packages

parent 69112fd3
No related branches found
No related tags found
1 merge request!76feat: docker images slim
Pipeline #70536 waiting for manual action
FROM nginx:1.25.4-alpine FROM nginx:1.25.4-alpine
RUN apk update && apk add npm nodejs python3 git make build-essential wget unzip RUN apk update && apk add npm nodejs python3 git make alpine-sdk wget unzip
RUN npm i -g yarn RUN npm i -g yarn
......
FROM node:18.19.1-alpine FROM node:18.19.1-alpine
RUN apk update && apk add python3 git make build-essential RUN apk update && apk add python3 git make alpine-sdk
WORKDIR /app WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment