build arg not used in from needs to be after from!
parent
d353153989
commit
2ba79489b7
|
|
@ -1,6 +1,6 @@
|
|||
ARG ROOT_PW
|
||||
ARG OPENWRT_TAG=x86-64-19.07.1
|
||||
FROM openwrtorg/rootfs:${OPENWRT_TAG}
|
||||
ARG ROOT_PW
|
||||
RUN echo -e "${ROOT_PW}\n${ROOT_PW}" | passwd
|
||||
RUN mkdir -p /var/lock
|
||||
RUN opkg remove dnsmasq && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue