mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
fix bug
This commit is contained in:
parent
b77efde8eb
commit
6dc038f8b8
@ -9,7 +9,7 @@ ARG BUILDROOT_BOARD=vm
|
||||
# Get buildroot
|
||||
WORKDIR /buildroot
|
||||
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
|
||||
COPY $BUILDROOT_BOARD/buildroot.config /buildroot/buildroot-$BUILDROOT_VERSION/.config
|
||||
|
Loading…
x
Reference in New Issue
Block a user