This commit is contained in:
Maxim Slipenko 2023-10-13 16:03:04 +03:00
parent dbe96e7055
commit 211a58f1aa
3 changed files with 9 additions and 1 deletions

View File

@ -18,4 +18,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
gdb-mingw-w64-target \
clang-format \
ninja-build \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
COPY locale.gen /etc/
RUN locale-gen

3
.devcontainer/locale.gen Normal file
View File

@ -0,0 +1,3 @@
ru_RU.CP1251 CP1251
ru_RU.UTF-8 UTF-8
en_US.UTF-8 UTF-8

2
.vscode/wine-ru_RU.cp1251 vendored Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
LC_ALL=ru_RU.cp1251 /usr/bin/wine "$@"