Fix interpolation / quotes
This commit is contained in:
parent
c402339da3
commit
a3bb865722
|
@ -15,14 +15,14 @@ RUN mkdir /Downloads
|
||||||
WORKDIR /Downloads
|
WORKDIR /Downloads
|
||||||
|
|
||||||
RUN wget -q \
|
RUN wget -q \
|
||||||
'https://downloads.openwrt.org/releases/${OPENWRT_VERSION}/\
|
"https://downloads.openwrt.org/releases/${OPENWRT_VERSION}/\
|
||||||
targets/bcm27xx/bcm2711/\
|
targets/bcm27xx/bcm2711/\
|
||||||
openwrt-imagebuilder-${OPENWRT_VERSION}-bcm27xx-bcm2711.Linux-x86_64.tar.xz'
|
openwrt-imagebuilder-${OPENWRT_VERSION}-bcm27xx-bcm2711.Linux-x86_64.tar.xz"
|
||||||
RUN wget -q \
|
RUN wget -q \
|
||||||
'https://downloads.openwrt.org/releases/${OPENWRT_VERSION}/\
|
"https://downloads.openwrt.org/releases/${OPENWRT_VERSION}/\
|
||||||
targets/bcm27xx/bcm2711/\
|
targets/bcm27xx/bcm2711/\
|
||||||
openwrt-sdk-${OPENWRT_VERSION}-bcm27xx-bcm2711_gcc-11.2.0_musl.Linux-x86_64.tar.xz'
|
openwrt-sdk-${OPENWRT_VERSION}-bcm27xx-bcm2711_gcc-11.2.0_musl.Linux-x86_64.tar.xz"
|
||||||
RUN wget -q \
|
RUN wget -q \
|
||||||
'https://downloads.openwrt.org/releases/${OPENWRT_VERSION}/\
|
"https://downloads.openwrt.org/releases/${OPENWRT_VERSION}/\
|
||||||
targets/bcm27xx/bcm2711/\
|
targets/bcm27xx/bcm2711/\
|
||||||
openwrt-toolchain-${OPENWRT_VERSION}-bcm27xx-bcm2711_gcc-11.2.0_musl.Linux-x86_64.tar.xz'
|
openwrt-toolchain-${OPENWRT_VERSION}-bcm27xx-bcm2711_gcc-11.2.0_musl.Linux-x86_64.tar.xz"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user