1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-08 17:49:46 +01:00
This commit is contained in:
Pascal Vizeli
2018-03-17 23:26:08 +00:00
+2 -1
View File
@@ -1,7 +1,8 @@
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y \
wget patch cpio python unzip rsync bc bzip2 ncurses-dev git make g++ python-matplotlib python-numpy graphviz
wget patch vimp cpio python unzip rsync bc bzip2 ncurses-dev \
git make g++ python-matplotlib python-numpy graphviz
# Get buildroot
WORKDIR /build