From 4adb607ef61ff03948427a2662b9c4714a35953c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Babski?= Date: Mon, 20 May 2024 15:26:08 +0100 Subject: [PATCH] Changed repo link for asn1scc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34c15b4..bb993c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN apt-get update -q && apt-get install -q -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* # Compile asn1scc -RUN git clone https://github.com/ttsiodras/asn1scc.git \ +RUN git clone https://github.com/maxime-esa/asn1scc.git \ && cd asn1scc \ && git checkout 4.2.5.1f \ && dotnet build "asn1scc.sln"