Skip to content

Commit

Permalink
Changed the build steps for asn1scc
Browse files Browse the repository at this point in the history
  • Loading branch information
rphh committed May 21, 2024
1 parent 1747cd2 commit 21bfc58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ RUN apt-get update -q && apt-get install -q -y --no-install-recommends \
RUN git clone https://github.com/maxime-esa/asn1scc.git \
&& cd asn1scc \
&& git checkout 4.5.1.5 \
&& dotnet build Antlr/
&& dotnet build parseStg2/
&& dotnet build "asn1scc.sln"

# Install opengeode
Expand Down

0 comments on commit 21bfc58

Please sign in to comment.