mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-20 02:18:37 +00:00
Docker in docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user