12345678910111213141516171819202122232425 |
- FROM dyne/devuan:ascii
- RUN apt-get -qq update
- RUN apt-get upgrade -y
- RUN apt-get install -y --no-install-recommends --no-install-suggests ca-certificates git gcc libc-dev bc gcc-arm-none-eabi make xz-utils patch device-tree-compiler wget u-boot-tools vboot-kernel-utils debootstrap kmod m4 cmake bzip2 g++ parted cgpt e2fsprogs
|