1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00
This commit is contained in:
Pascal Vizeli
2018-03-04 16:23:56 +01:00
committed by GitHub
parent b77efde8eb
commit 6dc038f8b8

View File

@@ -9,7 +9,7 @@ ARG BUILDROOT_BOARD=vm
# Get buildroot # Get buildroot
WORKDIR /buildroot WORKDIR /buildroot
RUN wget https://buildroot.org/downloads/buildroot-${BUILDROOT_VERSION}.tar.gz \ RUN wget https://buildroot.org/downloads/buildroot-${BUILDROOT_VERSION}.tar.gz \
tar xvzf buildroot-${BUILDROOT_VERSION}.tar.gz && tar xvzf buildroot-${BUILDROOT_VERSION}.tar.gz
# Download all the required files # Download all the required files
COPY $BUILDROOT_BOARD/buildroot.config /buildroot/buildroot-$BUILDROOT_VERSION/.config COPY $BUILDROOT_BOARD/buildroot.config /buildroot/buildroot-$BUILDROOT_VERSION/.config