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

test: apk search

parent 1d7ffb58
No related tags found
1 merge request!76feat: docker images slim
Pipeline #70597 passed with stage
in 2 minutes and 20 seconds
FROM nginx:1-alpine
RUN apk add nodejs=18.19.1 npm python3 git make alpine-sdk wget unzip
RUN apk update && apk search --no-cache nodejs-current --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community" && apk add --no-cache nodejs-current npm python3 git make alpine-sdk wget unzip
RUN npm i -g yarn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment