Docker in docker

This commit is contained in:
Pascal Vizeli 2018-04-16 15:31:15 +02:00
parent 9b75bc1238
commit fc8a96dc7d
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1,3 @@
*
buildroot
buildroot-external
buildroot-patches

View File

@ -18,5 +18,9 @@ RUN apt-get update && apt-get install -y \
git make g++ file perl bash binutils locales qemu-utils \
&& rm -rf /var/lib/apt/lists/*
# Init entry
COPY scripts/entry.sh /usr/sbin/
ENTRYPOINT ["/usr/sbin/entry.sh"]
# Get buildroot
WORKDIR /build