mirror of
https://github.com/alljoynsville/openwrt-builder
synced 2025-06-06 15:36:24 +00:00
Update Dockerfile
This commit is contained in:
parent
a50b8db381
commit
1e60dea327
@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \
|
|||||||
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt
|
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt
|
||||||
USER openwrt
|
USER openwrt
|
||||||
RUN cd /home/openwrt && \
|
RUN cd /home/openwrt && \
|
||||||
git clone --depth 1 --branch v18.06.0 https://git.openwrt.org/openwrt/openwrt.git openwrt && \
|
git clone --depth 1 --branch v18.06.1 https://git.openwrt.org/openwrt/openwrt.git openwrt && \
|
||||||
cd openwrt && \
|
cd openwrt && \
|
||||||
./scripts/feeds update -a && \
|
./scripts/feeds update -a && \
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user