mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Docker in docker
This commit is contained in:
parent
9b75bc1238
commit
fc8a96dc7d
@ -1 +1,3 @@
|
||||
*
|
||||
buildroot
|
||||
buildroot-external
|
||||
buildroot-patches
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user