diff --git a/.build/aarch64.Dockerfile b/.build/aarch64.Dockerfile index dd72edb26..126f5751c 100644 --- a/.build/aarch64.Dockerfile +++ b/.build/aarch64.Dockerfile @@ -8,6 +8,8 @@ ARG BUILD_ARCH=aarch64 COPY requirements.txt BridgeEmulator .build/genCert.sh .build/openssl.conf ./ +COPY default-config.json config.json + #Install requirments RUN apt-get update && \ apt-get install --no-install-recommends -y unzip curl nmap psmisc iproute2 libcoap-1-0-bin && \