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: services:
- name: docker:dind - name: docker:dind
script: script:
- apt update - apk add git
- apt install -y git
- git clone --depth 1 -b arm64 https://github.com/RPi-Distro/pi-gen - git clone --depth 1 -b arm64 https://github.com/RPi-Distro/pi-gen
- cd pi-gen - cd pi-gen
- ./build-docker.sh -c ../config - ./build-docker.sh -c ../config