From d320f3e94b9fce2eecf3f6d4b57ef7253804244e Mon Sep 17 00:00:00 2001 From: amandilaras Date: Tue, 23 Apr 2024 15:13:18 +0300 Subject: [PATCH] no message --- dmp-frontend/Dockerfile.Sonar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/Dockerfile.Sonar b/dmp-frontend/Dockerfile.Sonar index 567b06088..9640c5c0c 100644 --- a/dmp-frontend/Dockerfile.Sonar +++ b/dmp-frontend/Dockerfile.Sonar @@ -7,7 +7,8 @@ ENV ORACLE_URL=$ORACLE_URL ENV ORACLE_TOKEN=$ORACLE_TOKEN ENV BUILD_VERSION=$BUILD_VERSION -RUN apt-get -y update && apt-get install -y openjdk-11-jdk locales && apt-get clean +RUN npm list -g --depth=0 +RUN apt-get -y update && apt-get install -y default-jre locales && apt-get clean RUN mkdir -p /usr/share/man/man1/ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ locale-gen