ci: agregar internal
This commit is contained in:
parent
4c48ded98e
commit
f6eda39cdc
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: docker.io/alpine:3.17
|
image: docker.io/alpine:3.17
|
||||||
commands:
|
commands:
|
||||||
|
- echo "172.17.0.1 host.containers.internal" >> /etc/hosts
|
||||||
- echo "http://host.containers.internal/alpine/alpine/v3.17/main" > /etc/apk/repositories
|
- echo "http://host.containers.internal/alpine/alpine/v3.17/main" > /etc/apk/repositories
|
||||||
- echo "http://host.containers.internal/alpine/alpine/v3.17/community" >> /etc/apk/repositories
|
- echo "http://host.containers.internal/alpine/alpine/v3.17/community" >> /etc/apk/repositories
|
||||||
- apk add nodejs icu-data-full npm lua5.1
|
- apk add nodejs icu-data-full npm lua5.1
|
||||||
|
|
Reference in a new issue