mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
9 lines
138 B
Docker
9 lines
138 B
Docker
|
ARG OWNER_LC
|
||
|
ARG CONTAINER_TAG
|
||
|
|
||
|
FROM ghcr.io/$OWNER_LC/tools:$CONTAINER_TAG
|
||
|
|
||
|
ARG TOOLCHAIN_NAME
|
||
|
|
||
|
ADD $TOOLCHAIN_NAME /external-toolchain/
|