From 6b8bdfe454da5c38710e9c120d69e73a9594977b Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 24 May 2022 21:10:59 +0200 Subject: [PATCH] Change apt to apk when using a docker image for building images --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d847721..11f3884 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,7 @@ build-arm64: services: - name: docker:dind script: - - apt update - - apt install -y git + - apk add git - git clone --depth 1 -b arm64 https://github.com/RPi-Distro/pi-gen - cd pi-gen - ./build-docker.sh -c ../config