mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Update build system
This commit is contained in:
parent
67742041ad
commit
c0701d1ef5
10
Dockerfile
10
Dockerfile
@ -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 \
|
RUN apk add --no-cache \
|
||||||
git make g++ python-matplotlib python-numpy graphviz
|
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
|
||||||
|
git make g++ file perl bash binutils
|
||||||
|
|
||||||
# Get buildroot
|
# Get buildroot
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . /build
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker build -t hassbuildroot .
|
docker build -t hassbuildroot .
|
||||||
docker run -it --rm hassbuildroot /bin/bash
|
docker run -it --rm -v .:/build hassbuildroot /bin/bash
|
||||||
|
0
scripts/patches.sh
Normal file → Executable file
0
scripts/patches.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user