mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-20 02:18:37 +00:00
fix bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user