Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
Resolves Issue [armbian#385](armbian#385)
  • Loading branch information
whatever4711 authored Oct 7, 2016
1 parent 533bdda commit b25d314
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y git build-essential binutils
RUN apt-get install -y git build-essential binutils apt-cacher-ng
WORKDIR /root
RUN git clone https://github.com/igorpecovnik/lib/
RUN git clone https://github.com/igorpecovnik/lib/ --depth 1
RUN cp lib/compile.sh .
VOLUME ["root/compiled", "root/output"]
ENTRYPOINT ["./compile.sh"]
CMD ["BOARD=orangepipcplus", "PROGRESS_DISPLAY=plain", "RELEASE=jessie", "PROGRESS_LOG_TO_FILE=yes", "KERNEL_ONLY=no", "BUILD_DESKTOP=no", "BRANCH=default"]

0 comments on commit b25d314

Please sign in to comment.