diff --git a/Dockerfile b/Dockerfile index 801f2c544..62ded573f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM Ubuntu +FROM ubuntu RUN apt-get update -RUN apt-get install -y git +RUN apt-get install -y git build-essential binutils +WORKDIR /root RUN git clone https://github.com/igorpecovnik/lib/ +RUN cp lib/compile.sh .