Skip to content

Commit

Permalink
added missing nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
a-legotin committed Nov 13, 2021
1 parent a1066c7 commit da690e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crafter/InstaCrafter.Media/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ARG NUGET_PASS

RUN echo $NUGET_USER
RUN echo $NUGET_PASS
RUN dotnet nuget add source "https://git.codegarage.ru/api/v4/projects/2/packages/nuget/index.json" --name cozybus --username $NUGET_USER --password $NUGET_PASS --store-password-in-clear-text
RUN dotnet nuget add source "https://git.codegarage.ru/api/v4/projects/4/packages/nuget/index.json" --name instasharper --username $NUGET_USER --password $NUGET_PASS --store-password-in-clear-text

WORKDIR /src
Expand Down

0 comments on commit da690e5

Please sign in to comment.