mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
13 lines
312 B
Docker
13 lines
312 B
Docker
# syntax = edrevo/dockerfile-plus
|
|
|
|
ARG DOCKER_REGISTRY
|
|
ARG TOOLCHAIN_TAG
|
|
|
|
FROM ${DOCKER_REGISTRY}/esp32-toolchain-x86:${TOOLCHAIN_TAG}
|
|
|
|
ARG OPENSSL_BUILD_PLATFORM="linux-generic32"
|
|
|
|
INCLUDE+ ./common/Dockerfile.update-apt-sources
|
|
INCLUDE+ ./common/Dockerfile.gdb-deps
|
|
INCLUDE+ ./common/Dockerfile.python-builder
|