mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
fix bug
This commit is contained in:
parent
b77efde8eb
commit
6dc038f8b8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user