我正在建立一个包含python的新食谱。
做bitbake foo时,它顺利通过。
在构建整体图像时,它显示此错误:
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Redirect requests to default azure websites domain" stopProcessing="true">
<match url="(.*)"/>
<conditions logicalGrouping="MatchAny">
<add input="{HTTP_HOST}" pattern="^mysite\.azurewebsites\.net$"/>
</conditions>
<action type="Redirect" url="https://blog.test.com/{R:0}"/>
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
答案 0 :(得分:0)
将python文件的shebang从'/ bin / env python'更改为真实路径(例如/ usr / bin / python'。