Skip to content

Commit

Permalink
Add locale en_US.UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl authored Jun 20, 2023
1 parent f60ae76 commit da84a66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ain-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN apt-get install -y \
libdb-dev libdb++-dev libdb5.3 libdb5.3-dev libdb5.3++ libdb5.3++-dev \
curl cmake unzip libc6-dev gcc-multilib locales locales-all

RUN locale-gen "en_US.UTF-8"

RUN apt-get install -y \
g++-mingw-w64-x86-64 mingw-w64-x86-64-dev

Expand All @@ -40,4 +42,4 @@ RUN wget --progress=dot:giga -O - "https://apt.llvm.org/llvm.sh" | bash -s ${CLA

# hadolint ignore=DL4001
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
--default-toolchain="${RUST_DEFAULT_VERSION}" -y
--default-toolchain="${RUST_DEFAULT_VERSION}" -y

0 comments on commit da84a66

Please sign in to comment.