ci: Arreglar proxy NPM
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e92fa803d8
commit
bfaee9ea88
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: docker.io/alpine:3.17
|
||||
commands:
|
||||
- echo "172.17.0.1 alpine.proxy.coso" >> /etc/hosts
|
||||
- echo "172.17.0.1 npm.proxy.coso alpine.proxy.coso" >> /etc/hosts
|
||||
- echo "http://alpine.proxy.coso/alpine/v3.17/main" > /etc/apk/repositories
|
||||
- echo "http://alpine.proxy.coso/alpine/v3.17/community" >> /etc/apk/repositories
|
||||
- apk add curl nodejs npm lua5.1
|
||||
|
|
Reference in a new issue