1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-08 09:39:03 +01:00

Update build system

This commit is contained in:
Pascal Vizeli
2018-03-18 11:54:02 +01:00
parent 67742041ad
commit c0701d1ef5
3 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
FROM ubuntu:16.04
FROM alpine:3.7
RUN apt-get update && apt-get install -y \
wget patch vimp cpio python unzip rsync bc bzip2 ncurses-dev \
git make g++ python-matplotlib python-numpy graphviz
RUN apk add --no-cache \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
git make g++ file perl bash binutils
# Get buildroot
WORKDIR /build
COPY . /build
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
docker build -t hassbuildroot .
docker run -it --rm hassbuildroot /bin/bash
docker run -it --rm -v .:/build hassbuildroot /bin/bash
Regular → Executable
View File