mirror of
https://github.com/armbian/build.git
synced 2026-01-10 11:01:24 +01: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 .
|