From: Ruben Beltran del Rio Date: Thu, 14 Oct 2021 22:14:41 +0000 (+0200) Subject: Add build-base to the image X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/9b4b7904c1257902689173a4051673de65632d6a Add build-base to the image --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9eb6337..1f9db5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: docker/compose:alpine-1.29.2 +before_script: + - apk add build-base + stages: - upload