From f20502fb1eb0095ebc20455efdb2b98dfe4ef744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 26 Oct 2016 18:58:41 +0100 Subject: .gitlab-ci.yml: Use python-slim image Change-Id: I7229e8e4b91feff9e14927c8b508be636c657fa2 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02c7c360..d3ad2c09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ -image: python:2.7 +image: python:2.7-slim before_script: - export LC_ALL="C.UTF-8" + - apt-get update -qq && apt-get install -y -qq git - git clone https://gitlab.com/baserock/ybd.git - ybd/install_dependencies.sh -- cgit v1.2.1