我一步一步地遵循本教程:https ://docs.microsoft.com/en-us/azure/iot-edge/tutorial-c-module
但是在“构建并推送您的解决方案”步骤(https://docs.microsoft.com/en-us/azure/iot-edge/tutorial-c-module#build-and-push-your-solution)我有终端中出现以下错误:
standard_init_linux.go:207: exec user process caused "no such file or directory"
我检查了教程中列出的 3 点(“如果您在尝试构建和推送模块时收到错误”),但我仍然有错误。
我什至不知道它是关于什么文件的。。
有人知道这个问题吗?
谢谢
编辑
我添加了所有终端输出:
Sending build context to Docker daemon 106kB
Step 1/14 : FROM arm32v7/ubuntu:xenial AS base
---> 8593318db04f
Step 2/14 : RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common && add-apt-repository -y ppa:aziotsdklinux/ppa-azureiot && apt-get update && apt-get install -y azure-iot-sdk-c-dev && rm -rf /var/lib/apt/lists/*
---> Running in 8bed4f396527
standard_init_linux.go:207: exec user process caused "no such file or directory"
The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends software-properties-common && add-apt-repository -y ppa:aziotsdklinux/ppa-azureiot && apt-get update && apt-get install -y azure-iot-sdk-c-dev && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 1