TEST to fix Alpine problems while using another repository
This commit is contained in:
parent
3ff2e73355
commit
ce1521f0b2
@ -1,4 +1,4 @@
|
|||||||
image: debian:stretch-slim
|
image: debian:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@ -7,4 +7,5 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y wget sudo
|
- apt-get update && apt-get install -y wget sudo
|
||||||
|
# - echo "147.75.32.21 nl.alpinelinux.org" >> /etc/hosts
|
||||||
- bash install-and-chroot.sh
|
- bash install-and-chroot.sh
|
||||||
|
@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
# Install Alpine
|
# Install Alpine
|
||||||
if ! test -d "$DIR"; then
|
if ! test -d "$DIR"; then
|
||||||
sudo sh ./$SCRIPT -d $DIR \
|
sudo bash ./$SCRIPT -d $DIR -m http://ftp.halifax.rwth-aachen.de/alpine \
|
||||||
-p abuild \
|
-p abuild \
|
||||||
-p build-base \
|
-p build-base \
|
||||||
-p git \
|
-p git \
|
||||||
|
Loading…
Reference in New Issue
Block a user