1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 10:28:27 +00:00

Update Dockerfile

This commit is contained in:
Pascal Vizeli
2018-04-16 19:29:15 +02:00
committed by GitHub
parent 2cd776f24b
commit d0eb0cf1eb

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
# Build Tools # Build Tools
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \ wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
git make g++ file perl bash binutils locales qemu-utils kpartx \ git make g++ file perl bash binutils locales qemu-utils \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Init entry # Init entry