Skip to content

Commit

Permalink
fix renamed github repository path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivonu committed Oct 9, 2023
1 parent 97df2d3 commit 34315af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/

WORKDIR /src
RUN set -ex ;\
git clone https://github.com/ttsiodras/asn1scc.git ;\
git clone https://github.com/maxime-esa/asn1scc.git ;\
cd asn1scc/ ;\
#git checkout dotnetcore ;\
dotnet build Antlr/ --configuration Release ;\
Expand Down

0 comments on commit 34315af

Please sign in to comment.