1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00
Files
operating-system/Dockerfile
Pascal Vizeli 9541a7e67e Add submodule
2018-03-07 22:24:16 +01:00

9 lines
221 B
Docker

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
# Get buildroot
WORKDIR /build
COPY . /build