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

test: specify repository for apk

parent 506f5d62
Branches
No related tags found
1 merge request!76feat: docker images slim
Pipeline #70585 passed
FROM nginx:stable-alpine FROM nginx:1.25.4-alpine
RUN apk update && apk add --no-cache npm nodejs-current=18.19.1-r0 python3 git make alpine-sdk wget unzip RUN apk update && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main nodejs=18.19.1-r0 && apk add npm python3 git make alpine-sdk wget unzip
RUN npm i -g yarn RUN npm i -g yarn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment