Change apt to apk when using a docker image for building images

This commit is contained in:
Tanguy Herbron 2022-05-24 21:10:59 +02:00
parent 2b5a6dd919
commit 6b8bdfe454

View File

@ -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