no message

This commit is contained in:
Alexandros Mandilaras 2024-04-23 15:13:18 +03:00
parent 3c94f1eae0
commit d320f3e94b
1 changed files with 2 additions and 1 deletions

View File

@ -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