no message

This commit is contained in:
Alexandros Mandilaras 2024-08-12 10:32:31 +03:00
parent 53e27399e1
commit 98f6a70067
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ RUN apt-get -y update && apt-get install -y openjdk-17-jre locales && apt-get cl
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
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
COPY oracle.local.cite.gr.crt /usr/local/share/ca-certificates/oracle.local.cite.gr.crt
RUN update-ca-certificates