From 3e890faaf1935c4570d132bb3a76e9a6e0f9fa29 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Mon, 16 Sep 2024 13:07:31 +0200 Subject: [PATCH] Add tl --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9dfdfab..9b3cc37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,7 @@ RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanne RUN pip3 install makelove +RUN apt-get -y install luarocks && \ + luarocks install tl + ENV PATH="$PATH:/sonar/bin"