mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-27 13:13:42 +00:00
10 lines
210 B
Docker
10 lines
210 B
Docker
FROM ubuntu:16.04
|
|
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
|
|
git make g++ file perl bash binutils locales
|
|
|
|
# Get buildroot
|
|
WORKDIR /build
|