Skip to content

Commit

Permalink
Temporary removed locale installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandralazoroska committed Nov 15, 2024
1 parent 9f11777 commit 6330f99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ ENV DATA_DIR=/srv/app/data
ENV PIP_SRC=${SRC_DIR}

# Setting the locale
ENV LC_ALL="en_US.UTF-8"
RUN apt-get update && apt-get install --no-install-recommends -y locales
RUN sed -i "/$LC_ALL/s/^# //g" /etc/locale.gen
RUN dpkg-reconfigure --frontend=noninteractive locales
RUN update-locale LANG=${LC_ALL}
# ENV LC_ALL="en_US.UTF-8"
# RUN apt-get update && apt-get install --no-install-recommends -y locales
# RUN sed -i "/$LC_ALL/s/^# //g" /etc/locale.gen
# RUN dpkg-reconfigure --frontend=noninteractive locales
# RUN update-locale LANG=${LC_ALL}

# Set timezone
RUN echo "UTC" > /etc/timezone
Expand Down

0 comments on commit 6330f99

Please sign in to comment.