Try building with this image
This commit is contained in:
parent
d1dcb7055f
commit
e0e4100089
|
@ -2,19 +2,17 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: debian:stretch
|
- image: alexswensen/pi-gen-container:latest
|
||||||
- image: docker:18.06-git
|
|
||||||
steps:
|
steps:
|
||||||
# - checkout
|
- checkout
|
||||||
# - run:
|
# - run:
|
||||||
# name: Install Dependencies
|
# name: Install Dependencies
|
||||||
# command: apt-get -y update && apt-get -y install git vim parted quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file && rm -rf /var/lib/apt/lists/*
|
# command: apt-get -y update && apt-get -y install git vim parted quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# - run:
|
- run:
|
||||||
# name: Create required directories
|
name: list files
|
||||||
# command: |
|
command: mount -i -o remount,exec,dev /root
|
||||||
# mkdir work
|
|
||||||
- run:
|
- run:
|
||||||
name: Build Raspbian
|
name: Build Raspbian
|
||||||
command: ./build-docker.sh
|
command: ./build.sh
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
Loading…
Reference in New Issue
Block a user