version: 2 jobs: build: docker: - image: alexswensen/pi-gen-container:latest steps: - checkout # - run: # 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/* - run: name: list files command: mount -i -o remount,exec,dev /root - run: name: Build Raspbian command: ./build.sh no_output_timeout: 30m