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 287f776d88 generate vdmk
2018-03-20 15:55:27 +01:00

10 lines
221 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 qemu-utils
# Get buildroot
WORKDIR /build