Use Debian slim for gitlab-ci

master
Olivier DOSSMANN 2018-08-04 22:01:57 +02:00
parent ce1521f0b2
commit 8cbe2fecb9
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: debian:latest image: debian:stretch-slim
stages: stages:
- build - build
@ -7,5 +7,4 @@ 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