1
0
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:
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

@@ -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