Skip to content
Snippets Groups Projects
Commit 97814f95 authored by Muto's avatar Muto
Browse files

Push first Docker test

parent 619c5be4
Branches
Tags
No related merge requests found
......@@ -10,6 +10,8 @@ build:
- cd reform2-imx8mq/
- bash mkimage.sh
- pigz reform-system.img
-
artifacts:
paths:
- "reform2-imx8mq/linux/arch/arm64/boot/Image"
......
GNU nano 5.3 dokk/Dockerfile
# Create a docker image containing a bunch of dependencies for
# building the Reform system img file.
FROM debian:bullseye-slim
RUN apt -y update
RUN apt-get -y install sudo gzip libext2fs2 pigz
RUN apt-get -y install bc \
parted \
multistrap \
udisks2 \
gcc-aarch64-linux-gnu \
make \
device-tree-compiler \
qemu-user-static \
binfmt-support \
build-essential \
bison \
flex \
libssl-dev \
bash \
qemu-system-aarch64 \
git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment