build/Dockerfile
2016-07-16 17:08:24 +03:00

6 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 .