mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +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 \
|
git make g++ file perl bash binutils locales qemu-utils \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Init entry
|
||||||
|
COPY scripts/entry.sh /usr/sbin/
|
||||||
|
ENTRYPOINT ["/usr/sbin/entry.sh"]
|
||||||
|
|
||||||
# Get buildroot
|
# Get buildroot
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user