We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e81f7b commit ca44744Copy full SHA for ca44744
Dockerfile
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-preview-cbl-mariner2.0
2
COPY . /app/
3
WORKDIR /app/src
4
RUN set -o errexit -o nounset \
5
- && dotnet build -C Release \
+ && dotnet build -c Release \
6
&& ln --symbolic /app/src/oss-characteristics/bin/Release/net6.0/oss-characteristic /usr/bin/oss-characteristic \
7
&& ln --symbolic /app/src/oss-defog/bin/Release/net6.0/oss-defog /usr/bin/oss-defog \
8
&& ln --symbolic /app/src/oss-detect-backdoor/bin/Release/net6.0/oss-detect-backdoor /usr/bin/oss-detect-backdoor \
0 commit comments