mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 14:06:31 +00:00
Update Dockerfile
This commit is contained in:
parent
f203ed322b
commit
ea7d967434
@ -1,7 +1,8 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
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
|
# Get buildroot
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user