mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
7 lines
178 B
Docker
7 lines
178 B
Docker
FROM ubuntu:16.04
|
|
RUN apt-get update
|
|
RUN apt-get install -y git build-essential binutils
|
|
WORKDIR /root
|
|
RUN git clone https://github.com/igorpecovnik/lib/
|
|
RUN cp lib/compile.sh .
|